mirror of https://github.com/Textualize/rich.git
remove print
This commit is contained in:
parent
62a4aaadeb
commit
3ddaaa3cba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue