commit 0e25f09b56d2a9e1e4e32cbb74a11b248c50ba71 parent 19c0ca9830e9cdd1ee42e11879fe69405ffb4328 Author: FRIGN <dev@frign.de> Date: Sun, 6 Mar 2016 22:33:17 +0100 Remove debug info Diffstat:
M | sort.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sort.c b/sort.c @@ -113,7 +113,6 @@ columns(struct linebufline *line, const struct keydef *kd, struct linebufline *c } else { skipcolumn(&end, 0); } - printf("end.data = '%s'\n", end.data); } else { end.data += end.len - 1; end.len = 1;