Browse Source

default want-variable-dump to 0

Darren Ranalli 17 years ago
parent
commit
53b477ab6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
direct/src/showbase/ShowBase.py

@@ -57,7 +57,7 @@ class ShowBase(DirectObject.DirectObject):
 
     def __init__(self):
         __builtin__.__dev__ = config.GetBool('want-dev', 0)
-        if config.GetBool('want-variable-dump', not __dev__):
+        if config.GetBool('want-variable-dump', 0):
             ExceptionVarDump.install()
 
         # Locate the directory containing the main program