| Index: build/android/gyp/proguard.py
|
| diff --git a/build/android/gyp/proguard.py b/build/android/gyp/proguard.py
|
| index 672ce54c4501382bdba6d62d70aa3d77038b62dd..071f32438439df45f57c169c8d6dec3993cf7d3f 100755
|
| --- a/build/android/gyp/proguard.py
|
| +++ b/build/android/gyp/proguard.py
|
| @@ -70,7 +70,6 @@ def main(args):
|
| proguard.injars(options.input_paths)
|
| proguard.configs(options.proguard_configs)
|
| proguard.outjar(options.output_path)
|
| - print options.proguard_configs
|
|
|
| if options.mapping:
|
| proguard.mapping(options.mapping)
|
|
|