diff options
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 4a3ad31ead4..addfa29dcd5 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -354,9 +354,7 @@ LLDBSwigPythonCallTypeScript *pyfunct_wrapper = pfunc_impl; } } - /*else - printf("caching works!!!!\n");*/ - + PyCallable pfunc = PyCallable::FindWithPythonObject(pfunc_impl); if (!pfunc) |