[gnome-boxes] Removing debug message



commit d1c51ebe3dcebbd899956a0a04a2f35f31e83601
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Tue Jul 31 17:13:35 2012 +0200

    Removing debug message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681089

 src/properties.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/properties.vala b/src/properties.vala
index d98a8c1..e3fa3fa 100644
--- a/src/properties.vala
+++ b/src/properties.vala
@@ -48,7 +48,6 @@ private class Boxes.Properties: Boxes.UI {
 
         ~PageWidget () {
             foreach (var property in properties) {
-                message ("disconnecting %s", property.description);
                 SignalHandler.disconnect_by_func (property, (void*)update_infobar, this);
             }
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]