Index: build/android/gyp/jar.py |
diff --git a/build/android/gyp/jar.py b/build/android/gyp/jar.py |
index e8898abac18bd5800423b1e3e848f6e8bf0b3358..cfa5e509e474b5c549b08e81d89feb67504213ca 100755 |
--- a/build/android/gyp/jar.py |
+++ b/build/android/gyp/jar.py |
@@ -76,7 +76,6 @@ def main(): |
predicate = None |
if excluded_classes: |
- print excluded_classes |
predicate = lambda f: not build_utils.MatchesGlob(f, excluded_classes) |
with build_utils.TempDir() as temp_dir: |