wayland: remove debug message

https://bugzilla.gnome.org/show_bug.cgi?id=693253
This commit is contained in:
Thomas Wood 2013-02-06 10:41:06 +00:00
parent 6657479c72
commit 2935b97b31

View 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);
}