You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/05/15 08:28:42 UTC

[arrow] branch master updated: Removing extraneous debug print statement from run_clang_format.py (#2045)

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 48eee79  Removing extraneous debug print statement from run_clang_format.py (#2045)
48eee79 is described below

commit 48eee79189ca287ed58f3ae7833eaea011cdf5f8
Author: joshuastorck <jo...@gmail.com>
AuthorDate: Tue May 15 04:28:39 2018 -0400

    Removing extraneous debug print statement from run_clang_format.py (#2045)
---
 cpp/build-support/run_clang_format.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpp/build-support/run_clang_format.py b/cpp/build-support/run_clang_format.py
index 229fa1e..29938f6 100755
--- a/cpp/build-support/run_clang_format.py
+++ b/cpp/build-support/run_clang_format.py
@@ -103,7 +103,6 @@ if __name__ == "__main__":
                 if diff:
                     # Print out the diff to stderr
                     error = True
-                    print(",".join(map(str, map(type, diff))))
                     sys.stderr.writelines(diff)
 
     sys.exit(1 if error else 0)

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.