From e055d62a95b4cc4e04ee7530ad19d549209b6b1f Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 12 Mar 2020 16:53:22 -0400 Subject: [PATCH] removed extraneous printf --- mons.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mons.c b/mons.c index ff62381..710408e 100644 --- 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); -- 2.52.0