Remove dead debug code

This commit is contained in:
sin 2014-01-18 11:50:02 +00:00
parent 7969fcd2c2
commit 13128a7aa0
1 changed files with 0 additions and 1 deletions

1
mc.c
View File

@ -74,7 +74,6 @@ main(int argc, char *argv[])
n_rows = (b.nlines + (n_columns - 1)) / n_columns;
for(i = 0; i < n_rows; ++i) {
for(l = i, col = 1; l < b.nlines; l += n_rows, ++col) {
/*sprintf(b.lines[l], "%ld,%ld$", i, col);*/
fputs(b.lines[l], stdout);
if(col < n_columns)
fputs(space + strlen(b.lines[l]), stdout);