remove debug prints :)
authorSeth Vidal <skvidal@fedoraproject.org>
Tue, 8 Jan 2008 15:47:12 +0000 (10:47 -0500)
committerSeth Vidal <skvidal@fedoraproject.org>
Tue, 8 Jan 2008 15:47:12 +0000 (10:47 -0500)
createrepo/yumbased.py

index 7113498640b750834b3016202cf9c4c6dd7cf31f..cf81947162e3c715b2270a6b9e521a0d2d93b68f 100644 (file)
@@ -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):