summaryrefslogtreecommitdiff
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
commit18df3f2ea8bb4800c00dd4e4cd288b2b835b9fe0 (patch)
tree197dbbaa9c180bb0a2c59110b4eacd93f5943bdb
parent8db88375a91883ee92b289b391accb1f8906003b (diff)
downloadcmd2-hg-18df3f2ea8bb4800c00dd4e4cd288b2b835b9fe0.tar.gz
delete pdb
-rwxr-xr-xcmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 6f664ca..850275f 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