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:
Riteo 2024-03-14 15:36:45 +01:00 committed by Rémi Verschelde
parent 0b734a6371
commit f9eabb81cb
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -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