remove extra debug printout

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-10-19 14:48:24 +02:00
parent 2e86a5c98d
commit fd19faf705

View File

@ -159,7 +159,6 @@ static char *get_key(char *str, struct sort_key *key, int flags)
} }
if (!j) start = end; if (!j) start = end;
} }
//bb_error_msg("start:%d,end:%d", start, end);
/* Strip leading whitespace if necessary */ /* Strip leading whitespace if necessary */
//XXX: skip_whitespace() //XXX: skip_whitespace()
if (flags & FLAG_b) if (flags & FLAG_b)