[ldapparser] remove spurious print
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 31 May 2012 17:05:32 +0200
changeset 8431 16c04cc464dd
parent 8430 5bee87a14bb1
child 8432 96b4f7a35e6c
[ldapparser] remove spurious print
sobjects/ldapparser.py
--- a/sobjects/ldapparser.py	Thu May 31 15:56:21 2012 +0200
+++ b/sobjects/ldapparser.py	Thu May 31 17:05:32 2012 +0200
@@ -53,7 +53,6 @@
 
     def handle_deletion(self, config, session, myuris):
         if config['delete-entities']:
-            print 'DELETE'
             super(DataFeedLDAPAdapter, self).handle_deletion(config, session, myuris)
         if myuris:
             byetype = {}