From b2af9586a0f6571ac53a1736914ecb6c15d74541 Mon Sep 17 00:00:00 2001 From: Mun Yong Jang Date: Wed, 20 Dec 2017 16:35:40 -0800 Subject: [PATCH] [presubmit] Do not log file content in CheckChangedLUCIConfigs Bug: 761488 Change-Id: Ic9f7fd50ce33b129436242dd86d183fd3fe83774 Reviewed-on: https://chromium-review.googlesource.com/838080 Commit-Queue: Mun Yong Jang Reviewed-by: Nodir Turakulov --- presubmit_canned_checks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index 2cc710cc31..1dddd227ff 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -1297,7 +1297,6 @@ def CheckChangedLUCIConfigs(input_api, output_api): if cs['location'].startswith(loc_pref) or ('%s/' % cs['location']) == loc_pref } - logging.debug('dir_to_config_set: %s', dir_to_config_set) cs_to_files = collections.defaultdict(list) for f in input_api.AffectedFiles(): # windows @@ -1310,7 +1309,6 @@ def CheckChangedLUCIConfigs(input_api, output_api): 'content': base64.b64encode( '\n'.join(f.NewContents()).encode('utf-8')) }) - logging.debug('cs_to_files: %s', cs_to_files) outputs = [] for cs, f in cs_to_files.iteritems(): try: