Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Jun 24, 2024
1 parent ba4b3b2 commit e55d728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def create():
editor = Editor(source)

def show_output():
print(editor.text())
eval(editor.text()).appendTo(
ltk.find("#editor-output")
.empty()
Expand Down

0 comments on commit e55d728

Please sign in to comment.