Skip to content

Commit 48eee79

Browse files
joshuastorckxhochy
authored andcommitted
Removing extraneous debug print statement from run_clang_format.py (#2045)
1 parent 27fc25c commit 48eee79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/build-support/run_clang_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
if diff:
104104
# Print out the diff to stderr
105105
error = True
106-
print(",".join(map(str, map(type, diff))))
107106
sys.stderr.writelines(diff)
108107

109108
sys.exit(1 if error else 0)

0 commit comments

Comments
 (0)