| Index: presubmit_canned_checks.py | 
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py | 
| index 816c7840a4b2bbd290b902853788220337bb9ded..03e3d55f27478b97608df6e2aee2ff96ce5bc3df 100644 | 
| --- a/presubmit_canned_checks.py | 
| +++ b/presubmit_canned_checks.py | 
| @@ -538,7 +538,6 @@ def GetUnitTests(input_api, output_api, unit_tests): | 
| cmd = [input_api.python_executable] | 
| cmd.append(unit_test) | 
| if input_api.verbose: | 
| -      print('Running %s' % unit_test) | 
| cmd.append('--verbose') | 
| results.append(input_api.Command( | 
| name=unit_test, | 
|  |