summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2011-07-28 01:13:46 -0400
committerCatherine Devlin <catherine.devlin@gmail.com>2011-07-28 01:13:46 -0400
commit092e1141773756e84a6b2e7850e817cdf138b8f5 (patch)
tree197dbbaa9c180bb0a2c59110b4eacd93f5943bdb /cmd2.py
parentc388b615e1622ee32ce4a022268e15cb41267c5a (diff)
downloadcmd2-git-092e1141773756e84a6b2e7850e817cdf138b8f5.tar.gz
delete pdb
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 6f664ca9..850275f4 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -718,7 +718,6 @@ class Cmd(cmd.Cmd):
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