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':
pflag = 1;
parseposition(optarg);
printf("%dx%d\n", config.posx, config.posy);
break;
case 'w':
wflag = 1;