commit | fd19faf70569ca3173a94cf19ecc9b60efe3f480 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Oct 19 14:48:24 2015 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Oct 19 14:48:24 2015 +0200 |
tree | 7ae5a90b02e7b871e14795ef1df18b3422d4fb13 | |
parent | 2e86a5c98d8cc716844eb0084adc5849a12cf0c7 [diff] |
remove extra debug printout Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/sort.c b/coreutils/sort.c index 7fb4df5..c2e8bb8 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c
@@ -159,7 +159,6 @@ } 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)