Skip to content

Commit

Permalink
Remove accidental debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Amethyst-szs committed Dec 23, 2023
1 parent b7e2d06 commit 0acf699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/savedata-dx/backend/save_accessor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func setup_settings_data():
SAVE_COMMON_NAME = settings.get_setting("SAVE_COMMON_NAME")
SAVE_AUTO_NAME = settings.get_setting("SAVE_AUTO_NAME")
SAVE_EXTENSION_NAME = settings.get_setting("SAVE_EXTENSION_NAME")
print(SAVE_DIR, SAVE_COMMON_NAME, SAVE_AUTO_NAME, SAVE_EXTENSION_NAME)

#endregion

Expand Down

0 comments on commit 0acf699

Please sign in to comment.