remove debug print
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 13 May 2011 10:42:04 +0200
changeset 7379 31adf834a8c6
parent 7378 86a1ae289f05
child 7380 5ad8b2f951ba
remove debug print
server/sources/datafeed.py
--- a/server/sources/datafeed.py	Fri May 13 10:10:41 2011 +0200
+++ b/server/sources/datafeed.py	Fri May 13 10:42:04 2011 +0200
@@ -251,7 +251,6 @@
         """IDataFeedParser main entry point"""
         error = False
         for args in self.parse(url):
-            print args
             try:
                 self.process_item(*args)
                 if partialcommit: