diff options
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 |