]> Pileus Git - ~andy/gtk/commitdiff
wayland: remove debug message
authorThomas Wood <thomas.wood@intel.com>
Wed, 6 Feb 2013 10:41:06 +0000 (10:41 +0000)
committerThomas Wood <thomas.wood@intel.com>
Wed, 6 Feb 2013 16:56:44 +0000 (16:56 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=693253

gdk/wayland/gdkdisplay-wayland.c

index 5829eb49ed569a3623b29331b7458338c74749bf..4fb9188345c43b0f0c14b50a4dc8f7150a94d5a0 100644 (file)
@@ -448,8 +448,6 @@ gdk_wayland_display_broadcast_startup_message (GdkDisplay *display,
     }
   va_end (ap);
 
-  printf ("startup message: %s\n", message->str);
-
   g_string_free (message, TRUE);
 }