Skip to content

Commit e55d728

Browse files
committed
Remove print
1 parent ba4b3b2 commit e55d728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/editor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def create():
2929
editor = Editor(source)
3030

3131
def show_output():
32-
print(editor.text())
3332
eval(editor.text()).appendTo(
3433
ltk.find("#editor-output")
3534
.empty()

0 commit comments

Comments
 (0)