Commit 162b8514 authored by Adam Barth's avatar Adam Barth

Remove spurious print statement

parent dec9d1f0
......@@ -224,7 +224,7 @@ class StartSky(object):
cmd += [ '--ez', 'enable-checked-mode', 'true' ]
cmd += [ ANDROID_COMPONENT ]
print cmd
subprocess.check_call(cmd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment