diff options
author | Riteo <riteo@posteo.net> | 2024-03-14 15:36:45 +0100 |
---|---|---|
committer | Riteo <riteo@posteo.net> | 2024-03-14 15:36:45 +0100 |
commit | 1debb6fe3e2dec9fae3069249c8f570d795528a7 (patch) | |
tree | a12c1b78ff9469632c6760c9450758eb1074c0b0 /scu_builders.py | |
parent | da945ce6266ce27ba63b6b08dc0eb2414594f7cb (diff) | |
download | redot-engine-1debb6fe3e2dec9fae3069249c8f570d795528a7.tar.gz |
SCU: disable verbose output
It's meant to be used as a debug tool but it has been forgotten on.
Diffstat (limited to 'scu_builders.py')
-rw-r--r-- | scu_builders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scu_builders.py b/scu_builders.py index 8cd87a13d5..0435c0a4f5 100644 --- a/scu_builders.py +++ b/scu_builders.py @@ -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 |