From 3ddaaa3cbac3652803aaa3f1ff9a822647f5d86d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 16 Nov 2019 14:24:43 +0000 Subject: [PATCH] remove print --- rich/style.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rich/style.py b/rich/style.py index c6cf85de..6f323f32 100644 --- a/rich/style.py +++ b/rich/style.py @@ -175,9 +175,7 @@ class Style: f"unknown word {original_word!r} in style {style_definition!r}" ) color = word - print(attributes) style = Style(name, color=color, back=back, **attributes) - print("--", style) return style @classmethod