Remove accidentally left-in evtable debugs that messed up unittests.
This commit is contained in:
parent
c15d5a26c4
commit
5aba9cf253
1 changed files with 2 additions and 3 deletions
|
|
@ -1241,9 +1241,8 @@ class EvTable(object):
|
||||||
# actual table. This allows us to add columns/rows
|
# actual table. This allows us to add columns/rows
|
||||||
# and re-balance over and over without issue.
|
# and re-balance over and over without issue.
|
||||||
self.worktable = deepcopy(self.table)
|
self.worktable = deepcopy(self.table)
|
||||||
|
# self._borders()
|
||||||
self._borders()
|
# return
|
||||||
return
|
|
||||||
options = copy(self.options)
|
options = copy(self.options)
|
||||||
|
|
||||||
# balance number of rows to make a rectangular table
|
# balance number of rows to make a rectangular table
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue