remove debug msg
This commit is contained in:
parent
6a6881ff47
commit
599746c4b4
|
|
@ -707,7 +707,6 @@ proc tabulate {text} {
|
|||
foreach line [split $chopped_text \n] {
|
||||
incr l
|
||||
|
||||
puts "$l $nlines"
|
||||
# top table border
|
||||
set rowsep {}
|
||||
if {$l == 1} {
|
||||
|
|
|
|||
Loading…
Reference in New Issue