mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
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
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue