From 1debb6fe3e2dec9fae3069249c8f570d795528a7 Mon Sep 17 00:00:00 2001 From: Riteo Date: Thu, 14 Mar 2024 15:36:45 +0100 Subject: [PATCH] SCU: disable verbose output It's meant to be used as a debug tool but it has been forgotten on. --- scu_builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scu_builders.py b/scu_builders.py index 8cd87a13d5e8..0435c0a4f55f 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