Chromium Code Reviews| Index: platform_tools/android/bin/android_setup.sh |
| diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh |
| index f1db3b57a869745d510fad79afa565532ef3b61e..73fac9a468a23e9ba0f40e46f660e525aa82276c 100755 |
| --- a/platform_tools/android/bin/android_setup.sh |
| +++ b/platform_tools/android/bin/android_setup.sh |
| @@ -33,8 +33,6 @@ while (( "$#" )); do |
| USE_CLANG="true" |
| elif [[ "$1" == "--logcat" ]]; then |
| LOGCAT=1 |
| - elif [[ "$1" == "--verbose" ]]; then |
| - set -x |
|
borenet
2015/06/10 18:07:58
If we're getting rid of this, can we at least repl
|
| else |
| APP_ARGS=("${APP_ARGS[@]}" "${1}") |
| fi |