Remove accidentally left-in evtable debugs that messed up unittests.

This commit is contained in:
Griatch 2017-02-28 13:45:12 +01:00
parent c15d5a26c4
commit 5aba9cf253

View file

@ -1241,9 +1241,8 @@ class EvTable(object):
# actual table. This allows us to add columns/rows
# and re-balance over and over without issue.
self.worktable = deepcopy(self.table)
self._borders()
return
# self._borders()
# return
options = copy(self.options)
# balance number of rows to make a rectangular table