| Index: build/android/device_status_check.py
|
| diff --git a/build/android/device_status_check.py b/build/android/device_status_check.py
|
| index 8ae1377e5bd62d254cdfd3fe0230f9db5580edc9..2aa4d73c9caa8641a9259926904c8bf9fa21db88 100755
|
| --- a/build/android/device_status_check.py
|
| +++ b/build/android/device_status_check.py
|
| @@ -162,7 +162,6 @@ def main():
|
| options, args = parser.parse_args()
|
| if args:
|
| parser.error('Unknown options %s' % args)
|
| - buildbot_report.PrintNamedStep('Device Status Check')
|
| devices = android_commands.GetAttachedDevices()
|
| types, builds, reports, errors = [], [], [], []
|
| if devices:
|
|
|