summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Devlin <catherine.devlin@gmail.com>2010-02-18 01:32:50 -0500
committerCatherine Devlin <catherine.devlin@gmail.com>2010-02-18 01:32:50 -0500
commit5c478c32555be0820fa1b9236ba136dd50e9ed90 (patch)
tree53d7dcce1767e53348bd1397df81f828507230a1
parenta5ec2ab0066c6f7be721c17ca7f7eecfb40a5503 (diff)
downloadcmd2-git-0.6.0.tar.gz
released 0.6.00.6.0
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 4f21d2e7..bc1146cd 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -380,7 +380,7 @@ class Cmd(cmd.Cmd):
reserved_words = []
feedback_to_output = False # Do include nonessentials in >, | output
quiet = False # Do not suppress nonessential output
- debug = True
+ debug = False
locals_in_py = True
kept_state = None
settable = stubbornDict('''