Browse Source

*** empty log message ***

Joe Shochet 25 years ago
parent
commit
c6fc1c9ad2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/ffi/FFIExternalObject.py

+ 2 - 2
direct/src/ffi/FFIExternalObject.py

@@ -5,8 +5,8 @@ import TypedObject
 WrapperClassMap = {}
 WrapperClassMap = {}
 
 
 # For testing, you can turn verbose and debug on
 # For testing, you can turn verbose and debug on
-FFIConstants.notify.setVerbose(1)
-FFIConstants.notify.setDebug(1)
+# FFIConstants.notify.setVerbose(1)
+# FFIConstants.notify.setDebug(1)
 
 
 
 
 # Register a python class in the type map if it is a typed object
 # Register a python class in the type map if it is a typed object