Prevent waiting for charge twice
authorkjlubick <kjlubick@google.com>
Tue, 29 Mar 2016 12:50:41 +0000 (05:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 29 Mar 2016 12:50:41 +0000 (05:50 -0700)
BUG=skia:5111
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1840003002

Review URL: https://codereview.chromium.org/1840003002

platform_tools/android/bin/adb_wait_for_device

index 6e92bf9..45ed4b2 100755 (executable)
@@ -16,5 +16,3 @@ while [ "$($ADB $DEVICE_SERIAL shell getprop sys.boot_completed | tr -d '\r')" !
 done
 
 echo "Connected!"
-
-$SCRIPT_DIR/adb_wait_for_charge $DEVICE_SERIAL
\ No newline at end of file