removed stray prints

This commit is contained in:
teebarjunk 2021-10-13 14:03:19 -04:00
parent fad24f7a82
commit 726e266c63
2 changed files with 1 additions and 2 deletions

View File

@ -189,7 +189,7 @@ func text_changed():
insert_text_at_cursor("`%s`" % get_selection_text())
_:
print(last_key)
pass
if not modified:
if temporary:

View File

@ -316,7 +316,6 @@ func _menu_file(id):
func _menu_view_dir(index:int):
var text = popup_view_dir.get_item_text(index)
print(text)
match text:
"Hidden":
show.dir.hidden = not show.dir.hidden