[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/pluggableauth/__init__.py Remove forgotten PDB call. Thanks Florent for pointing that out.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Dec 8 18:27:40 EST 2004


Log message for revision 28594:
  Remove forgotten PDB call. Thanks Florent for pointing that out.
  

Changed:
  U   Zope3/trunk/src/zope/app/pluggableauth/__init__.py

-=-
Modified: Zope3/trunk/src/zope/app/pluggableauth/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/pluggableauth/__init__.py	2004-12-08 23:16:18 UTC (rev 28593)
+++ Zope3/trunk/src/zope/app/pluggableauth/__init__.py	2004-12-08 23:27:40 UTC (rev 28594)
@@ -65,7 +65,6 @@
 
     def __init__(self, earmark=None, hide_deprecation_warning=False):
         if not hide_deprecation_warning:
-            import pdb; pdb.set_trace()
             warn("The `pluggableauth` module has been deprecated in favor of "
                  "the new `pas` code, which is much more modular and powerful.",
                  DeprecationWarning, 2)        



More information about the Zope3-Checkins mailing list