]> git.mdlowis.com Git - proto/anvil.git/commitdiff
removed extraneous printf
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 12 Mar 2020 20:53:22 +0000 (16:53 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 12 Mar 2020 20:53:22 +0000 (16:53 -0400)
mons.c

diff --git a/mons.c b/mons.c
index ff62381cf4e81b26256e1863559c771ccb2d6b7d..710408eaf8cb1b22fede9e4a7de5147ea1d00a20 100644 (file)
--- a/mons.c
+++ b/mons.c
@@ -131,7 +131,6 @@ void mons_wspace(int wsid)
 void mons_towspace(Client* c, int wsid)
 {
     Location loc;
-    printf("%p to %d\n", c, wsid);
     if (mons_find(c->win, &loc))
     {
         Workspace* wspace = pickws(loc.monitor, wsid);