diff options
author | Jakob Kaivo <jkk@ung.org> | 2018-10-14 13:44:01 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2018-10-14 13:44:01 -0400 |
commit | 07007779b8705ff37856a9c3769764025b81cd6a (patch) | |
tree | 1f28794357e3e42ec0b0753e0a6aed755a2b41e3 /color-ls.awk | |
parent | 39acc8e87ff2c57e08a5b3c79f2f902ff0f862e5 (diff) |
remove debug output
Diffstat (limited to 'color-ls.awk')
-rwxr-xr-x | color-ls.awk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/color-ls.awk b/color-ls.awk index 966ff00..33b2211 100755 --- a/color-ls.awk +++ b/color-ls.awk @@ -61,7 +61,6 @@ function row_output() { printfwidth = width + 9; # account for color escape sequences column = 0; - printf("Columns: %d\nWidth: %d\n", columns, width); for (i = 1; i <= NR; i++) { column += width; if (column > columns) { |