From 5aba9cf253457673dedd72cc67d02bfbf1d6388a Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 28 Feb 2017 13:45:12 +0100 Subject: [PATCH] Remove accidentally left-in evtable debugs that messed up unittests. --- evennia/utils/evtable.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/evennia/utils/evtable.py b/evennia/utils/evtable.py index 3606ad729a..6587776de4 100644 --- a/evennia/utils/evtable.py +++ b/evennia/utils/evtable.py @@ -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