window: Remove a spurious meta_verbose()

This was duplicated here by mistake in the big re-work commit
7a109a18af .

https://bugzilla.gnome.org/show_bug.cgi?id=756789
This commit is contained in:
Rui Matos 2015-10-21 17:24:56 +02:00
parent e0906a77aa
commit 8e22dce5d7

View File

@ -7757,9 +7757,6 @@ meta_window_handle_ungrabbed_event (MetaWindow *window,
* window mappings after the user clicks on a panel. * window mappings after the user clicks on a panel.
*/ */
display->allow_terminal_deactivation = TRUE; display->allow_terminal_deactivation = TRUE;
meta_verbose ("Allowing events time %u\n",
(unsigned int)event->any.time);
} }
else if (is_window_grab && (int) button == meta_prefs_get_mouse_button_resize ()) else if (is_window_grab && (int) button == meta_prefs_get_mouse_button_resize ())
{ {