From: Denys Vlasenko Date: Mon, 19 Oct 2015 12:48:24 +0000 (+0200) Subject: remove extra debug printout X-Git-Tag: 1_25_0~231 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd19faf70569ca3173a94cf19ecc9b60efe3f480;p=oweals%2Fbusybox.git remove extra debug printout Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/sort.c b/coreutils/sort.c index 7fb4df5bd..c2e8bb8de 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -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)