[git_cl] Move debug logging

Change-Id: I2c9a621c5c0e8317b412e7896261150317f03cba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5691996
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
Commit-Queue: Allen Li <ayatane@chromium.org>
changes/96/5691996/4
Allen Li 11 months ago committed by LUCI CQ
parent 794fd55a6d
commit 2dbc9febdd

@ -3666,6 +3666,7 @@ def DownloadGerritHook(force):
def ConfigureGitRepoAuth() -> None:
"""Configure the current Git repo authentication."""
logging.debug('Configuring current Git repo authentication...')
c = GitAuthConfigChanger.infer_and_create()
c.apply()
@ -3720,7 +3721,6 @@ class GitAuthConfigChanger(object):
def apply(self):
"""Apply config changes."""
logging.debug('Configuring current Git repo authentication...')
self._apply_cred_helper()
self._apply_sso()
self._apply_gitcookies()

Loading…
Cancel
Save