remove extra debug printout
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2e86a5c98d
commit
fd19faf705
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user