remove commented code
This commit is contained in:
parent
4f597f011d
commit
e868bb647d
|
@ -910,7 +910,6 @@ class ReprEntry(TerminalRepr):
|
||||||
for line in self.lines:
|
for line in self.lines:
|
||||||
red = line.startswith("E ")
|
red = line.startswith("E ")
|
||||||
tw.line(line, bold=True, red=red)
|
tw.line(line, bold=True, red=red)
|
||||||
# tw.line("")
|
|
||||||
return
|
return
|
||||||
if self.reprfuncargs:
|
if self.reprfuncargs:
|
||||||
self.reprfuncargs.toterminal(tw)
|
self.reprfuncargs.toterminal(tw)
|
||||||
|
|
Loading…
Reference in New Issue