diff options
Diffstat (limited to 'lib/python/python.cpp')
| -rw-r--r-- | lib/python/python.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/python.cpp b/lib/python/python.cpp index 9e7e5c21..14e32af6 100644 --- a/lib/python/python.cpp +++ b/lib/python/python.cpp @@ -103,7 +103,7 @@ void ePython::call(PyObject *pFunc, PyObject *pArgs) pValue = PyObject_CallObject(pFunc, pArgs); if (pValue != NULL) { - printf("Result of call: %ld\n", PyInt_AsLong(pValue)); +// printf("Result of call: %ld\n", PyInt_AsLong(pValue)); Py_DECREF(pValue); } else { |
