Comment out unit test sample gen

This commit is contained in:
Luke Hubmayer-Werner 2023-08-03 17:30:41 +09:30
parent 1c914ce603
commit 00496ed59f
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ func _ready() -> void:
pass
var error:
print_debug('Failed to open user directory')
generate_known_good_results()
# generate_known_good_results() # Uncomment this to get your sample on first run
print(test_save_loading())
get_tree().quit()