mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
SCU: disable verbose output
It's meant to be used as a debug tool but it has been forgotten on.
This commit is contained in:
parent
da945ce626
commit
1debb6fe3e
@ -8,7 +8,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user