Remove debug info
This commit is contained in:
parent
19c0ca9830
commit
0e25f09b56
1
sort.c
1
sort.c
|
@ -113,7 +113,6 @@ columns(struct linebufline *line, const struct keydef *kd, struct linebufline *c
|
||||||
} else {
|
} else {
|
||||||
skipcolumn(&end, 0);
|
skipcolumn(&end, 0);
|
||||||
}
|
}
|
||||||
printf("end.data = '%s'\n", end.data);
|
|
||||||
} else {
|
} else {
|
||||||
end.data += end.len - 1;
|
end.data += end.len - 1;
|
||||||
end.len = 1;
|
end.len = 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user