[gnome-disk-utility/udisks2-port] Nuke debug spew



commit 55a5b6c12e576bb937dc2cd29db36e9a7ab21688
Author: David Zeuthen <davidz redhat com>
Date:   Wed Mar 9 12:45:35 2011 -0500

    Nuke debug spew
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/palimpsest/gdudevicetreemodel.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/palimpsest/gdudevicetreemodel.c b/src/palimpsest/gdudevicetreemodel.c
index 0ba6fa8..15293c3 100644
--- a/src/palimpsest/gdudevicetreemodel.c
+++ b/src/palimpsest/gdudevicetreemodel.c
@@ -427,13 +427,13 @@ add_lun (GduDeviceTreeModel *model,
                        description,
                        name);
 
-  g_debug ("lun %s ->\n"
-           " drive_icon=%s\n"
-           " media_icon=%s\n"
-           "\n",
-           g_dbus_object_proxy_get_object_path (object_proxy),
-           g_icon_to_string (drive_icon),
-           g_icon_to_string (media_icon));
+  //g_debug ("lun %s ->\n"
+  //         " drive_icon=%s\n"
+  //         " media_icon=%s\n"
+  //         "\n",
+  //         g_dbus_object_proxy_get_object_path (object_proxy),
+  //         g_icon_to_string (drive_icon),
+  //         g_icon_to_string (media_icon));
 
   sort_key = g_strdup (g_dbus_object_proxy_get_object_path (object_proxy)); /* for now */
   gtk_tree_store_insert_with_values (GTK_TREE_STORE (model),



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