[Zope3-checkins] SVN: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/requestpublicationregistry.py removed print

Tarek Ziadé tziade at nuxeo.com
Sat Oct 8 05:16:06 EDT 2005


Log message for revision 38923:
  removed print

Changed:
  U   Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/requestpublicationregistry.py

-=-
Modified: Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/requestpublicationregistry.py
===================================================================
--- Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/requestpublicationregistry.py	2005-10-08 09:15:38 UTC (rev 38922)
+++ Zope3/branches/ajung-target-requestpublication-next-try-branch/src/zope/app/publication/requestpublicationregistry.py	2005-10-08 09:16:06 UTC (rev 38923)
@@ -55,7 +55,6 @@
         # If yes then it will be removed and replaced by a new publisher.
         for pos, d in enumerate(l): 
             if d['name'] == name:
-                print 'deleting'
                 del l[pos]
                 break
         # add the publisher factory + additional informations            



More information about the Zope3-Checkins mailing list