remove extra debug printout
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 19 Oct 2015 12:48:24 +0000 (14:48 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 19 Oct 2015 12:48:24 +0000 (14:48 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/sort.c

index 7fb4df5bd81a91d9cd15dc543b205c4793ffd947..c2e8bb8de3e3ab84ed703c2bf486f7542776cfe2 100644 (file)
@@ -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)