From fe74190d5768c2f5574eca58bd6ed464d6300b11 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Fri, 18 Nov 2016 14:33:42 -0500 Subject: [PATCH] Remove unnecessary print statement in diff-clang-format.py --- diff-clang-format.py | 1 - 1 file changed, 1 deletion(-) diff --git a/diff-clang-format.py b/diff-clang-format.py index 8d2b5e4..120700c 100755 --- a/diff-clang-format.py +++ b/diff-clang-format.py @@ -112,7 +112,6 @@ def run(paths, file_extensions, command, patch): if diffs: if not args['--quiet']: for file, diff in diffs.items(): - print('####', file, '####') print(diff.decode('utf-8')) print('{0} file(s) not formatted properly:'.format(len(diffs))) for key in diffs.keys():