commit 21b7cb879a3bde17eca4d09a1495d8ecc7806e7f
parent 8fe0e02eb4ee65d68373229fc3627f5e2eb6a993
Author: Kris Maglione <kris@suckless.org>
Date: Sat, 22 May 2010 20:23:56 -0400
Remove old debugging print statement.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cmd/wmii/column.c b/cmd/wmii/column.c
@@ -36,7 +36,6 @@ column_setmode(Area *a, const char *mode) {
str++;
*str = '\0';
if(str > tok) {
- print("'%s' %c\n", tok, add);
if(!strcmp(tok, "max")) {
if(add == '\0' || add == '+')
a->max = true;