Removing debug printf

This commit is contained in:
phillbush 2020-07-23 17:39:33 -03:00
parent 05cfe1a0da
commit ced6b0f73e

View File

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