remove commented code

This commit is contained in:
Daniel Hahler 2019-06-01 23:53:03 +02:00
parent 4f597f011d
commit e868bb647d
1 changed files with 0 additions and 1 deletions

View File

@ -910,7 +910,6 @@ class ReprEntry(TerminalRepr):
for line in self.lines:
red = line.startswith("E ")
tw.line(line, bold=True, red=red)
# tw.line("")
return
if self.reprfuncargs:
self.reprfuncargs.toterminal(tw)