Skip to content

Commit 3778777

Browse files
committed
remove extra print
1 parent 5203ffc commit 3778777

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

filter/tabularx.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ function NormalizeColumns(colspecs)
1717
for i, colspec in ipairs(colspecs) do
1818
colspecs[i][2] = (colspec[2] or 1.0) / total_width
1919
end
20-
for i , colspec in ipairs(colspecs) do
21-
print(string.format("%d: %s (%f)", i, colspec[1], colspec[2]))
22-
end
2320
return colspecs
2421
end
2522

0 commit comments

Comments
 (0)