[gnome-disk-utility] Nuke debug spew from last commit
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Nuke debug spew from last commit
- Date: Fri, 27 Jul 2012 16:19:40 +0000 (UTC)
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]