Remove old debugging print statement.

This commit is contained in:
Kris Maglione 2010-05-22 20:23:56 -04:00
parent 8fe0e02eb4
commit 21b7cb879a
1 changed files with 0 additions and 1 deletions

View File

@ -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;