summaryrefslogtreecommitdiffstats
path: root/methods.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-10-26 16:01:44 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-10-26 16:01:44 +0200
commit4113a0c3ca124d604dde26b9083af19a79fdeaee (patch)
tree3ffb78ed7dc4aa520fa06539bbdbd407105302c5 /methods.py
parent80e5484a82d4f6cd55139f8d8a5ebabd914ec198 (diff)
parent495245ed89fe6931387b3821270cdff19c49238e (diff)
downloadredot-engine-4113a0c3ca124d604dde26b9083af19a79fdeaee.tar.gz
Merge pull request #83996 from akien-mga/scons-reduce-scu-verbosity
SCons: Reduce and cleanup verbose output for SCU builds
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/methods.py b/methods.py
index d68316f0f0..7a7758e24b 100644
--- a/methods.py
+++ b/methods.py
@@ -96,9 +96,6 @@ def add_source_files_scu(self, sources, files, allow_gen=False):
if section_name not in (_scu_folders):
return False
- if self["verbose"]:
- print("SCU building " + section_name)
-
# Add all the gen.cpp files in the SCU directory
add_source_files_orig(self, sources, subdir + "scu/scu_*.gen.cpp", True)
return True