mirror of https://github.com/0intro/wmii
Remove old debugging print statement.
This commit is contained in:
parent
8fe0e02eb4
commit
21b7cb879a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue