summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcraigdh@chromium.org <craigdh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 18:19:58 +0000
committercraigdh@chromium.org <craigdh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 18:19:58 +0000
commit47ff77ea46b1fd362994c3a9fff4d4379ab5cea1 (patch)
tree326e857d8f13ff40c96aa2df4615984fa7dd8a48
parent5c96a2f03f9b815b8d3e484af08e2bb1c49474a3 (diff)
downloadchromium_src-47ff77ea46b1fd362994c3a9fff4d4379ab5cea1.zip
chromium_src-47ff77ea46b1fd362994c3a9fff4d4379ab5cea1.tar.gz
chromium_src-47ff77ea46b1fd362994c3a9fff4d4379ab5cea1.tar.bz2
[android] Clean up logging in test script pushes.
BUG=None TEST=None NOTRY=True Review URL: https://codereview.chromium.org/36153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230475 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/android/pylib/android_commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
index 1650398..17416192 100644
--- a/build/android/pylib/android_commands.py
+++ b/build/android/pylib/android_commands.py
@@ -891,7 +891,6 @@ class AndroidCommands(object):
changed_files = self.GetFilesChanged(host_path, device_path)
logging.info('Found %d files that need to be pushed to %s',
len(changed_files), device_path)
- logging.info([os.path.relpath(f[0], host_path) for f in changed_files])
if not changed_files:
return