remove debug line

This commit is contained in:
Will McGugan 2020-06-27 23:12:38 +01:00
parent b38c757275
commit bfeb39b47f
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class Panel(JupyterMixin):
width = child_width + 2
child_options = options.update(width=child_width)
lines = console.render_lines(renderable, child_options)
print(repr(self.box))
box = (
get_safe_box(self.box, console.legacy_windows)
if self.safe_box