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}"
|
f"unknown word {original_word!r} in style {style_definition!r}"
|
||||||
)
|
)
|
||||||
color = word
|
color = word
|
||||||
print(attributes)
|
|
||||||
style = Style(name, color=color, back=back, **attributes)
|
style = Style(name, color=color, back=back, **attributes)
|
||||||
print("--", style)
|
|
||||||
return style
|
return style
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue