From b75b60fa9999a2b425c793d5dddc9e045c7e5629 Mon Sep 17 00:00:00 2001 From: QC Date: Sun, 19 Jul 2015 10:11:55 +0200 Subject: [PATCH] Remove debug printf --- source/rofi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/rofi.c b/source/rofi.c index de4a6ff8..3b831606 100644 --- a/source/rofi.c +++ b/source/rofi.c @@ -701,7 +701,6 @@ static void menu_mouse_navigation ( MenuState *state, XButtonEvent *xbe ) state->selected = state->last_offset + i; state->update = TRUE; if ( ( xbe->time - state->last_button_press ) < 200 ) { - printf ( "double clicked\n" ); state->retv = MENU_OK; *( state->selected_line ) = state->line_map[state->selected]; // Quit