diff --git a/addons/text_editor/TE_FileEditor.gd b/addons/text_editor/TE_FileEditor.gd index 62f461c..96d0797 100644 --- a/addons/text_editor/TE_FileEditor.gd +++ b/addons/text_editor/TE_FileEditor.gd @@ -189,7 +189,7 @@ func text_changed(): insert_text_at_cursor("`%s`" % get_selection_text()) _: - print(last_key) + pass if not modified: if temporary: diff --git a/addons/text_editor/TE_TextEditor.gd b/addons/text_editor/TE_TextEditor.gd index 78d73cd..a576918 100644 --- a/addons/text_editor/TE_TextEditor.gd +++ b/addons/text_editor/TE_TextEditor.gd @@ -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