commit: 89deda23ff5bd3feec45f5a6d70aa3b36e326068
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 06:59:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 06:59:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=89deda23
sync: git: fix debugging line leftover
Fixes: 9268a92b9666eaaf263999b18220c0d56d8c476c
Signed-off-by: Sam James <sam <AT> gentoo.org>
lib/portage/sync/modules/git/git.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/portage/sync/modules/git/git.py
b/lib/portage/sync/modules/git/git.py
index 478e816370..b73b07e32a 100644
--- a/lib/portage/sync/modules/git/git.py
+++ b/lib/portage/sync/modules/git/git.py
@@ -420,7 +420,6 @@ class GitSync(NewBase):
debug = "--debug" in opts
openpgp_env = self._get_openpgp_env(self.repo.sync_openpgp_key_path,
debug)
- logging.getLogger("gemato").setLevel(logging.DEBUG)
if debug:
old_level = logging.getLogger().getEffectiveLevel()