| Index: presubmit_support.py
|
| diff --git a/presubmit_support.py b/presubmit_support.py
|
| index 342388e64ae5d34e4983b70127a4ae17270047c1..fe3de7b05907f51e080b2093623f0b573c13fc0c 100755
|
| --- a/presubmit_support.py
|
| +++ b/presubmit_support.py
|
| @@ -494,7 +494,6 @@ class InputApi(object):
|
| local_path = affected_file.LocalPath()
|
| for item in items:
|
| if self.re.match(item, local_path):
|
| - logging.debug("%s matched %s", item, local_path)
|
| return True
|
| return False
|
| return (Find(affected_file, white_list or self.DEFAULT_WHITE_LIST) and
|
|
|