Mercurial > python-cmd2
changeset 426:05a44bf4b449
delete pdb
author | catherine.devlin@gmail.com |
---|---|
date | Thu, 28 Jul 2011 01:13:46 -0400 |
parents | 1c66290a4119 |
children | 3c17dae50252 |
files | cmd2.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd2.py Thu Jul 28 01:04:48 2011 -0400 +++ b/cmd2.py Thu Jul 28 01:13:46 2011 -0400 @@ -718,7 +718,6 @@ if s.lower().startswith(shortcut): s = s.replace(shortcut, expansion + ' ', 1) break - #import pdb; pdb.set_trace() result = self.parser.parseString(s) result['raw'] = raw result['command'] = result.multilineCommand or result.command