mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
remove extra debug printout
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2e86a5c98d
commit
fd19faf705
1 changed files with 0 additions and 1 deletions
|
|
@ -159,7 +159,6 @@ static char *get_key(char *str, struct sort_key *key, int flags)
|
|||
}
|
||||
if (!j) start = end;
|
||||
}
|
||||
//bb_error_msg("start:%d,end:%d", start, end);
|
||||
/* Strip leading whitespace if necessary */
|
||||
//XXX: skip_whitespace()
|
||||
if (flags & FLAG_b)
|
||||
|
|
|
|||
Loading…
Reference in a new issue