[Checkins] SVN: Products.PluggableAuthService/branches/maurits-login-transform/Products/PluggableAuthService/PluggableAuthService.py stray pdb

Maurits van Rees cvs-admin at zope.org
Sat Jan 19 00:21:17 UTC 2013


Log message for revision 129055:
  stray pdb

Changed:
  U   Products.PluggableAuthService/branches/maurits-login-transform/Products/PluggableAuthService/PluggableAuthService.py

-=-
Modified: Products.PluggableAuthService/branches/maurits-login-transform/Products/PluggableAuthService/PluggableAuthService.py
===================================================================
--- Products.PluggableAuthService/branches/maurits-login-transform/Products/PluggableAuthService/PluggableAuthService.py	2013-01-19 00:19:25 UTC (rev 129054)
+++ Products.PluggableAuthService/branches/maurits-login-transform/Products/PluggableAuthService/PluggableAuthService.py	2013-01-19 00:21:16 UTC (rev 129055)
@@ -1343,7 +1343,6 @@
         """
         plugins = self._getOb('plugins')
         updaters = plugins.listPlugins(IUserEnumerationPlugin)
-        import pdb; pdb.set_trace()
         for updater_id, updater in updaters:
             # Note: do not swallow any exceptions here.
             updater.updateAllLoginNames(



More information about the checkins mailing list