createrepo/yumbased.py
[email protected] (Seth Vidal)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
createrepo/yumbased.py | 2 -- 1 file changed, 2 deletions(-) New commits: commit b55508b4ae404d0d709cab44f06efae20e89c636 Author: Seth Vidal <[email protected]> Date: Tue Jan 8 10:47:12 2008 -0500 remove debug prints :) diff --git a/createrepo/yumbased.py b/createrepo/yumbased.py index 7113498..cf81947 100644 --- a/createrepo/yumbased.py +++ b/createrepo/yumbased.py @@ -37,8 +37,6 @@ class CreateRepoPackage(YumLocalPackage): self._hdrend = None def _xml(self, item): - print item - print type(item) return xml.sax.saxutils.escape(item) def _do_checksum(self):