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



commit f69058e3f6f1bcf56bfa08a618d005484219156e
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 16 14:34:59 2012 +0100

    wacom: Remove extraneous debug

 plugins/wacom/gsd-wacom-manager.c |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/plugins/wacom/gsd-wacom-manager.c b/plugins/wacom/gsd-wacom-manager.c
index 1bcf250..b9c2380 100644
--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -723,13 +723,13 @@ filter_button_events (XEvent          *xevent,
 		return GDK_FILTER_CONTINUE;
 	}
 
-	g_message ("Received event button '%s'%s ('%d') on device '%s' ('%d')",
-		   wbutton->id,
-		   wbutton->type == WACOM_TABLET_BUTTON_TYPE_ELEVATOR ?
-		   (dir == GTK_DIR_UP ? " 'up'" : " 'down'") : "",
-		   button,
-		   gsd_wacom_device_get_name (device),
-		   deviceid);
+	g_debug ("Received event button '%s'%s ('%d') on device '%s' ('%d')",
+		 wbutton->id,
+		 wbutton->type == WACOM_TABLET_BUTTON_TYPE_ELEVATOR ?
+		 (dir == GTK_DIR_UP ? " 'up'" : " 'down'") : "",
+		 button,
+		 gsd_wacom_device_get_name (device),
+		 deviceid);
 
 	/* FIXME, don't know how to handle those yet */
 	if (wbutton->type == WACOM_TABLET_BUTTON_TYPE_ELEVATOR)
@@ -744,7 +744,6 @@ filter_button_events (XEvent          *xevent,
 		return GDK_FILTER_REMOVE;
 
 	str = g_settings_get_string (wbutton->settings, KEY_CUSTOM_ACTION);
-	g_message ("about to send '%s'", str);
 	gtk_accelerator_parse_with_keycode (str, &keyval, &keycodes, &mods);
 
 	if (keycodes == NULL) {



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