summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/dialogs/dmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/dialogs/dmenu.c b/source/dialogs/dmenu.c
index 2ca1540e..fff41c98 100644
--- a/source/dialogs/dmenu.c
+++ b/source/dialogs/dmenu.c
@@ -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;