1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Remove debug printf

This commit is contained in:
QC 2015-07-19 10:11:55 +02:00
parent 09bc6017ee
commit b75b60fa99

View file

@ -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