Skip to content

Commit 164e049

Browse files
committed
removed a print function call that shouldn't be there
1 parent f2c921c commit 164e049

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/string_keys/plugin.gd

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func on_menu_item_pressed(i: int):
6262

6363

6464
func auto_gen_on_save(_resource : Resource):
65-
print("resource saved")
6665
if _popup_menu.is_item_checked(Menu.AUTO_GEN_ON_SAVE):
6766
#resource_saved signal is BEFORE the save, waiting until the filesytem has channged
6867
#makes it run after the save. Just using the filesystem_changed signal alone wouldn't

0 commit comments

Comments
 (0)