| Index: base/PRESUBMIT.py
|
| diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
|
| index 77686044068d719affa6613edaa5f28ef11cb465..7fc8107658c15a1c50fc633551b8618c958a5032 100644
|
| --- a/base/PRESUBMIT.py
|
| +++ b/base/PRESUBMIT.py
|
| @@ -35,8 +35,6 @@ def _CommonChecks(input_api, output_api):
|
| """Checks common to both upload and commit."""
|
| results = []
|
| results.extend(_CheckNoInterfacesInBase(input_api, output_api))
|
| - results.extend(
|
| - input_api.canned_checks.CheckPatchFormatted(input_api, output_api))
|
| return results
|
|
|
| def CheckChangeOnUpload(input_api, output_api):
|
|
|