Removing debug printf
authorphillbush <phillbush@cock.li>
Thu, 23 Jul 2020 20:39:33 +0000 (17:39 -0300)
committerphillbush <phillbush@cock.li>
Thu, 23 Jul 2020 20:39:33 +0000 (17:39 -0300)
xmenu.c

diff --git a/xmenu.c b/xmenu.c
index aa3a52b..9a61cb7 100644 (file)
--- a/xmenu.c
+++ b/xmenu.c
@@ -111,7 +111,6 @@ main(int argc, char *argv[])
                case 'p':
                        pflag = 1;
                        parseposition(optarg);
                case 'p':
                        pflag = 1;
                        parseposition(optarg);
-                       printf("%dx%d\n", config.posx, config.posy);
                        break;
                case 'w':
                        wflag = 1;
                        break;
                case 'w':
                        wflag = 1;