[gnome-settings-daemon] common: Remove left-over debug



commit 0722280e9d01600828e13148ee9370575406bc45
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 27 10:20:21 2011 +0100

    common: Remove left-over debug
    
    Spotted by Matthias Clasen <mclasen redhat com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660073

 plugins/common/gsd-input-helper.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/common/gsd-input-helper.c b/plugins/common/gsd-input-helper.c
index a2a0451..7b605bf 100644
--- a/plugins/common/gsd-input-helper.c
+++ b/plugins/common/gsd-input-helper.c
@@ -345,7 +345,6 @@ get_disabled_devices (GdkDeviceManager *manager)
 
                 /* Check whether the device is actually available */
                 device = gdk_x11_device_manager_lookup (manager, device_info[i].id);
-                g_message ("checking whether we have a device for %d: %s", device_info[i].id, device ? "yes" : "no");
                 if (device != NULL)
                         continue;
 



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