You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCU: disable verbose output
It's meant to be used as a debug tool but it has been forgotten on.
(cherry picked from commit 1debb6fe3e)
This commit is contained in:
@@ -7,7 +7,7 @@ from os.path import normpath, basename
|
||||
|
||||
base_folder_path = str(Path(__file__).parent) + "/"
|
||||
base_folder_only = os.path.basename(os.path.normpath(base_folder_path))
|
||||
_verbose = True # Set manually for debug prints
|
||||
_verbose = False # Set manually for debug prints
|
||||
_scu_folders = set()
|
||||
_max_includes_per_scu = 1024
|
||||
|
||||
|
||||
Reference in New Issue
Block a user