psa: Removed some debug messages.
[feedingit] / psa_harmattan / feedingit / pysrc / XmlHandler.py
index 41167cb..50cf7f0 100644 (file)
@@ -49,7 +49,6 @@ class XmlHandler():
     def generateCategoryXml(self):
         xml = "<?xml version=\"1.0\" encoding=\"utf-8\"?><xml>"
         for cat in self.listing.getListOfCategories():
-            print cat
             xml += "<category>"
             xml += "<catname>%s</catname>" %sanitize(self.listing.getCategoryTitle(cat))
             xml += "<catid>%s</catid>" % cat