mirror of
https://github.com/Relintai/Godot-TextEditor.git
synced 2025-02-04 19:15:54 +01:00
removed stray prints
This commit is contained in:
parent
fad24f7a82
commit
726e266c63
@ -189,7 +189,7 @@ func text_changed():
|
||||
insert_text_at_cursor("`%s`" % get_selection_text())
|
||||
|
||||
_:
|
||||
print(last_key)
|
||||
pass
|
||||
|
||||
if not modified:
|
||||
if temporary:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user