Skip to content

Commit

Permalink
Remove --verbose, unneeded for now
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Aug 12, 2024
1 parent a8b0979 commit ee0dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/startup/editor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func create_project() -> void:

func open_project() -> void:
var temp_path_globalized := ProjectSettings.globalize_path(TEMP_PATH)
OS.execute(godot_path, ["--verbose", "-e", "--quit", "--path", temp_path_globalized])
OS.execute(godot_path, ["-e", "--quit", "--path", temp_path_globalized])


func resursive_files_delete(path: String) -> void:
Expand Down

0 comments on commit ee0dadc

Please sign in to comment.