Remove debug info

This commit is contained in:
FRIGN 2016-03-06 22:33:17 +01:00 committed by sin
parent 19c0ca9830
commit 0e25f09b56
1 changed files with 0 additions and 1 deletions

1
sort.c
View File

@ -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;