From 241f33a38ca0887d1a47399de1bcf7ba0d544c41 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 26 Apr 2021 13:03:17 +1000 Subject: Remove some tracing from HeaderCheck as it produces much uninteresting output. --- scripts/HeaderCheck.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/HeaderCheck.py b/scripts/HeaderCheck.py index 1349c3b20..afa996384 100644 --- a/scripts/HeaderCheck.py +++ b/scripts/HeaderCheck.py @@ -51,9 +51,8 @@ def CheckFiles(headerOrderTxt): orderedPaths = [p for p in sorted(filePaths) if not ExcludeName(str(p), excludes)] allIncs = set() for f in orderedPaths: - print(" File ", f.relative_to(root)) + #~ print(" File ", f.relative_to(root)) incs = ExtractHeaders(f) - #~ print("\n".join(incs)) news = set(incs) - set(headerOrder) allIncs = allIncs.union(set(incs)) -- cgit v1.2.3