projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb723ba
)
remove debug prints :)
author
Seth Vidal
<skvidal@fedoraproject.org>
Tue, 8 Jan 2008 15:47:12 +0000
(10:47 -0500)
committer
Seth Vidal
<skvidal@fedoraproject.org>
Tue, 8 Jan 2008 15:47:12 +0000
(10:47 -0500)
createrepo/yumbased.py
patch
|
blob
|
history
diff --git
a/createrepo/yumbased.py
b/createrepo/yumbased.py
index 7113498640b750834b3016202cf9c4c6dd7cf31f..cf81947162e3c715b2270a6b9e521a0d2d93b68f 100644
(file)
--- 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):