Remove print statement when aligning text
Fixes #550. The print statement results in a "Could not parse JSON" error.
This commit is contained in:
parent
0751b7c084
commit
ef1c56480e
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