Merge pull request #560 from ljupchokotev/patch-1
Remove print statement when aligning text
This commit is contained in:
commit
414418a922
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ def scrollable(func):
|
|||
if len(text) <= width:
|
||||
# do alignment
|
||||
align = module.parameter("theme.align", "left")
|
||||
print("alignment: {}".format(align))
|
||||
if align == "right":
|
||||
text = "{:>{}}".format(text, width)
|
||||
if align == "center":
|
||||
|
|
Loading…
Reference in a new issue