Remove debug info
diff --git a/sort.c b/sort.c
index 336c3a1..00061fd 100644
--- a/sort.c
+++ b/sort.c
@@ -113,7 +113,6 @@
 		} else {
 			skipcolumn(&end, 0);
 		}
-		printf("end.data = '%s'\n", end.data);
 	} else {
 		end.data += end.len - 1;
 		end.len = 1;