createrepo/__init__.py
[email protected] (Seth Vidal)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
createrepo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b94a2a4959e2b546e0d540577dac4bbc0284195 Author: Seth Vidal <[email protected]> Date: Thu Jan 17 15:43:28 2008 -0500 comment out a debug print diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 74f7676..7d1e5e1 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -387,7 +387,7 @@ class MetaDataGenerator: # if so write this one out that way if self.conf.update: #see if we can pull the nodes from the old repo - print self.oldData.basenodes.keys() + #print self.oldData.basenodes.keys() nodes = self.oldData.getNodes(pkg) if nodes is not None: recycled = True