Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index f2534d44071acbccf21279100a475cd1f8ff5b18..5eb611c03e40c6cca683919638ca5fb532e63e3b 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -38,7 +38,6 @@ def CommonChecks(input_api, output_api): |
return input_api.canned_checks.PanProjectChecks( |
input_api, output_api, |
excluded_paths=excluded, |
- owners_check=False, |
license_header=header(input_api)) |