Commit b6e37ee4 authored by Adam Klein's avatar Adam Klein Committed by Commit Bot

Remove "Skipping X download..." messages from gclient hooks

Now that gclient is much quieter about its output (see crbug.com/772741),
these always-emitted messages make it louder than necessary.

Change-Id: I864676c4ca57d4c060f7f58bc770d8d670695639
Reviewed-on: https://chromium-review.googlesource.com/731118Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48808}
parent 0489a3ea
......@@ -18,5 +18,3 @@ if re.search(r'\bgcmole=1', os.environ.get('GYP_DEFINES', '')):
'-s', SHA1_PATH,
'--platform=linux*'
])
else:
print 'Skipping gcmole download as gcmole is not set in gyp flags.'
......@@ -18,5 +18,3 @@ if re.search(r'\bjsfunfuzz=1', os.environ.get('GYP_DEFINES', '')):
'-s', SHA1_PATH,
'--platform=linux*'
])
else:
print 'Skipping jsfunfuzz download as jsfunfuzz is not set in gyp flags.'
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