mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 00:49:04 +08:00
Remove overly verbose output on success
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
28d2157002
commit
c9f90aaf5a
@ -122,8 +122,6 @@ def check_style_is_correct(src_file_list: List[str]) -> bool:
|
||||
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user