[gnome-settings-daemon] wacom: Remove extraneous debug



commit ad6cd3cf1acdd2aedd1851101538006db05a0b1e
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 24 16:19:18 2012 +0100

    wacom: Remove extraneous debug

 plugins/wacom/gsd-wacom-manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-manager.c b/plugins/wacom/gsd-wacom-manager.c
index 250ea84..3faafed 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -419,7 +419,6 @@ reset_touch_buttons (XDevice               *xdev,
 
 		action[0] = AC_BUTTON | mapped_button;
 
-		g_message ("Resetting button to action %s", buttons[i].button);
 		propname = g_strdup_printf ("Button %s action", buttons[i].button);
 		prop = XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), propname, False);
 		g_free (propname);



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