view: Drop leftover g_print

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2017-05-29 16:57:49 +02:00
parent a9199e3e17
commit 5ea9a93cac
No known key found for this signature in database
GPG key ID: AC203F96E2C34BB7

View file

@ -1346,7 +1346,6 @@ static void rofi_view_trigger_global_action ( KeyBindingAction action )
gboolean rofi_view_trigger_action ( guint scope, gpointer user_data )
{
RofiViewState *state = rofi_view_get_active ();
g_print ( "TRY ACTION scope %u\n", scope );
switch ( (BindingsScope) scope )
{
case SCOPE_GLOBAL: