Browse Source

Removing debug printf

master
phillbush 4 years ago
parent
commit
ced6b0f73e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      xmenu.c

+ 0
- 1
xmenu.c View File

@@ -111,7 +111,6 @@ main(int argc, char *argv[])
case 'p':
pflag = 1;
parseposition(optarg);
printf("%dx%d\n", config.posx, config.posy);
break;
case 'w':
wflag = 1;


Loading…
Cancel
Save