From 157d36d7acc8fd5621f0d3fcef0fdac243229d15 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Wed, 24 Jan 2001 00:17:30 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/ffi/FFIExternalObject.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/direct/src/ffi/FFIExternalObject.py b/direct/src/ffi/FFIExternalObject.py index 76d9c359a6..624e10e313 100644 --- a/direct/src/ffi/FFIExternalObject.py +++ b/direct/src/ffi/FFIExternalObject.py @@ -7,8 +7,9 @@ WrapperClassMap = {} DowncastMap = {} # 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