Remove debug

This commit is contained in:
QC 2015-10-02 22:24:49 +02:00
parent 5de38cd755
commit 1369c162fe
1 changed files with 0 additions and 3 deletions

View File

@ -59,7 +59,6 @@ typedef struct _DmenuModePrivateData
static char **get_dmenu ( unsigned int *length )
{
GTimer *t = g_timer_new ();
char buffer[1024];
char **retv = NULL;
@ -81,8 +80,6 @@ static char **get_dmenu ( unsigned int *length )
return retv;
}
}
g_timer_stop ( t );
printf ( "%.4f\n", g_timer_elapsed ( t, NULL ) );
return retv;
}