Changeset 291

Show
Ignore:
Timestamp:
08/11/06 15:16:01 (2 years ago)
Author:
mj
Message:

Remove pdb turd

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • z3wingdbg/trunk/wingdebugservice.py

    r289 r291  
    122122    """Start the Wing Debug Server at startup if so configured""" 
    123123    # Open a context 
    124     import pdb; pdb.set_trace() 
    125124    database = component.getUtility(IDatabase) 
    126125    connection = database.open()