]> Pileus Git - ~andy/gtk/commitdiff
wayland: Remove unhelpful debug message
authorRob Bradford <rob@linux.intel.com>
Wed, 11 Jul 2012 13:17:36 +0000 (14:17 +0100)
committerRob Bradford <rob@linux.intel.com>
Thu, 12 Jul 2012 14:58:37 +0000 (15:58 +0100)
gdk/wayland/gdkselection-wayland.c

index 47dec4e0fc9efd24395e761e4de4a0b25aa3689a..39702750ac5d57a5c8f22b82dc79f79f17189208 100644 (file)
@@ -37,9 +37,6 @@ _gdk_wayland_display_set_selection_owner (GdkDisplay *display,
                                          guint32     time,
                                          gboolean    send_event)
 {
-  fprintf(stderr, "set selection owner: atom %ld, owner %p\n",
-         selection, owner);
-
   return TRUE;
 }