[Checkins] SVN: grok/trunk/grokwiki/src/grokwiki/wiki.py - removed accidentally checked in pdb

Christian Theune ct at gocept.com
Thu Oct 19 15:36:18 EDT 2006


Log message for revision 70820:
   - removed accidentally checked in pdb
  

Changed:
  U   grok/trunk/grokwiki/src/grokwiki/wiki.py

-=-
Modified: grok/trunk/grokwiki/src/grokwiki/wiki.py
===================================================================
--- grok/trunk/grokwiki/src/grokwiki/wiki.py	2006-10-19 19:28:38 UTC (rev 70819)
+++ grok/trunk/grokwiki/src/grokwiki/wiki.py	2006-10-19 19:36:18 UTC (rev 70820)
@@ -35,6 +35,5 @@
 @grok.subscribe(Wiki, grok.IObjectAddedEvent)
 def setupHomepage(wiki, event):
     """Creates a home page for every wiki."""
-    import pdb; pdb.set_trace() 
     page = grokwiki.page.WikiPage()
     wiki['home'] = page



More information about the Checkins mailing list