[gnome-disk-utility] Nuke debug spew from last commit



commit 17a0ac55f6496cfad3b41b8a8c107ae5a3ec0277
Author: David Zeuthen <zeuthen gmail com>
Date:   Fri Jul 27 12:19:00 2012 -0400

    Nuke debug spew from last commit
    
    Signed-off-by: David Zeuthen <zeuthen gmail com>

 src/disks/gdudevicetreemodel.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/disks/gdudevicetreemodel.c b/src/disks/gdudevicetreemodel.c
index 9a140f1..9de03bf 100644
--- a/src/disks/gdudevicetreemodel.c
+++ b/src/disks/gdudevicetreemodel.c
@@ -391,10 +391,7 @@ pefs_timeout_foreach_cb (GtkTreeModel  *_model,
    *  - a check failed in the past
    */
   if (cur_flags & GDU_POWER_STATE_FLAGS_CHECKING || cur_flags & GDU_POWER_STATE_FLAGS_FAILED)
-    {
-      g_print ("nah cur_flags=%d\n", cur_flags);
-      goto out;
-    }
+    goto out;
 
   ata = udisks_object_peek_drive_ata (object);
   if (ata != NULL && udisks_drive_ata_get_pm_supported (ata) && udisks_drive_ata_get_pm_enabled (ata))



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