commit | 3febe1511446e79132f1696a13d789a12e11f70e | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Mon Jan 16 18:53:01 2023 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Jan 24 18:43:12 2023 +0000 |
tree | 45623a2477eb494da288d88d6ce33d87de590d93 | |
parent | 64827e4611723023598b9afe1fb6ba90da835f67 [diff] |
Remove overly verbose output on success Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/scripts/code_style.py b/scripts/code_style.py index 6222dba..5d05fd8 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py
@@ -122,8 +122,6 @@ print("File changed - diff:", file=STDOUT_UTF8) print(str(result.stdout, "utf-8"), file=STDOUT_UTF8) style_correct = False - else: - print(src_file + " - OK.", file=STDOUT_UTF8) # Tidy up artifact os.remove(src_file + ".uncrustify")