[totem] screensaver: Remove debug



commit 5401934c5f57f9b35cbc0ba1f7d4e3f7861897f8
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 12 15:42:34 2012 +0200

    screensaver: Remove debug

 src/plugins/screensaver/totem-screensaver.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/screensaver/totem-screensaver.c b/src/plugins/screensaver/totem-screensaver.c
index 4b05867..83f7ae4 100644
--- a/src/plugins/screensaver/totem-screensaver.c
+++ b/src/plugins/screensaver/totem-screensaver.c
@@ -91,7 +91,6 @@ totem_screensaver_update_from_state (TotemObject *totem,
 			GtkWindow *window;
 
 			window = totem_get_main_window (totem);
-			g_message ("doing it");
 			pi->priv->inhibit_cookie = gtk_application_inhibit (GTK_APPLICATION (totem),
 										window,
 										GTK_APPLICATION_INHIBIT_IDLE,
@@ -100,7 +99,6 @@ totem_screensaver_update_from_state (TotemObject *totem,
 		}
 	} else {
 		if (pi->priv->inhibit_cookie != 0) {
-			g_message ("undoing it");
 			gtk_application_uninhibit (GTK_APPLICATION (pi->priv->totem), pi->priv->inhibit_cookie);
 			pi->priv->inhibit_cookie = 0;
 		}



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