From bfeb39b47f68f7b04cd70284b3d555b66446e8d4 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 27 Jun 2020 23:12:38 +0100 Subject: [PATCH] remove debug line --- rich/panel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rich/panel.py b/rich/panel.py index ee98ccd5..b643b735 100644 --- a/rich/panel.py +++ b/rich/panel.py @@ -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