1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-14 17:43:01 -04:00

Remove left-over printf.

This commit is contained in:
Dave Davenport 2016-04-10 12:08:36 +02:00
parent e54e012500
commit a69754abff

View file

@ -93,7 +93,6 @@ static char **get_dmenu ( DmenuModePrivateData *pd, FILE *fd, unsigned int *leng
l--;
}
data = rofi_force_utf8 ( data );
printf ( "data: %s\n", data );
retv[( *length )] = data;
data = NULL;