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_path = str(Path(__file__).parent) + "/"
|
||||||
base_folder_only = os.path.basename(os.path.normpath(base_folder_path))
|
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()
|
_scu_folders = set()
|
||||||
_max_includes_per_scu = 1024
|
_max_includes_per_scu = 1024
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue