- factor out some SWIG macros
[enigma2.git] / lib / python / python.cpp
index 9e7e5c215f8b43473d5297d99f3b1cc252cc7439..14e32af6a743f8e76d571ca27e754c16622a1b6a 100644 (file)
@@ -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
                {