Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: presubmit_support.py

Issue 2341103002: presubmit_support: Remove a noisy logging.debug() (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698