[yum-git] Branch 'yum-3_2_X' - cli.py
James Antill
james at linux.duke.edu
Fri Jul 25 14:44:58 UTC 2008
cli.py | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit af9b24b968a114ba9498af6cb40fe83c866606d5
Author: James Antill <james at and.org>
Date: Fri Jul 25 10:44:54 2008 -0400
Remove debugging code, I accidentally committed *sighs*
diff --git a/cli.py b/cli.py
index f11f7c2..d40e4b6 100644
--- a/cli.py
+++ b/cli.py
@@ -1080,9 +1080,6 @@ class YumOptionParser(OptionParser):
self.base.conf.gpgcheck = 'false'
for repo in self.base.repos.listEnabled():
repo.gpgcheck = 'false'
- print "JDBG:", self.base.conf.gpgcheck
- for repo in self.base.repos.listEnabled():
- print "JDBG: repo", repo, repo.gpgcheck
except ValueError, e:
self.logger.critical(_('Options Error: %s'), e)
More information about the Yum-cvs-commits
mailing list