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.
(cherry picked from commit 1debb6fe3e
)
This commit is contained in:
parent
0b734a6371
commit
f9eabb81cb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user