mirror of https://github.com/Textualize/rich.git
remove debug line
This commit is contained in:
parent
b38c757275
commit
bfeb39b47f
|
@ -72,7 +72,6 @@ class Panel(JupyterMixin):
|
||||||
width = child_width + 2
|
width = child_width + 2
|
||||||
child_options = options.update(width=child_width)
|
child_options = options.update(width=child_width)
|
||||||
lines = console.render_lines(renderable, child_options)
|
lines = console.render_lines(renderable, child_options)
|
||||||
print(repr(self.box))
|
|
||||||
box = (
|
box = (
|
||||||
get_safe_box(self.box, console.legacy_windows)
|
get_safe_box(self.box, console.legacy_windows)
|
||||||
if self.safe_box
|
if self.safe_box
|
||||||
|
|
Loading…
Reference in New Issue