[yum-cvs] yum/yum comps.py,1.8,1.9

Jeremy Katz katzj at linux.duke.edu
Thu Jan 5 03:45:21 UTC 2006


Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv18202/yum

Modified Files:
	comps.py 
Log Message:
bye bye debug print


Index: comps.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/comps.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- comps.py	5 Jan 2006 01:32:46 -0000	1.8
+++ comps.py	5 Jan 2006 03:45:19 -0000	1.9
@@ -373,7 +373,6 @@
                 group.installed = False
                 for pkgname in check_pkgs:
                     if inst_pkg_names.has_key(pkgname):
-                        print "%s is installed because of %s" %(group.name, pkgname)
                         group.installed = True
                         break
         




More information about the Yum-cvs-commits mailing list