wayland: Remove unhelpful debug message

This commit is contained in:
Rob Bradford
2012-07-11 14:17:36 +01:00
parent 936ceb84b5
commit 2928ffc7b1

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