aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/python.cpp')
-rw-r--r--lib/python/python.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/python.cpp b/lib/python/python.cpp
index 5e3ccc8d..642d70ba 100644
--- a/lib/python/python.cpp
+++ b/lib/python/python.cpp
@@ -132,7 +132,6 @@ PyObject *ePython::resolve(const std::string &pythonfile, const std::string &fun
pFunc = PyDict_GetItemString(pDict, funcname.c_str());
Py_XINCREF(pFunc);
Py_DECREF(pModule);
- eDebug("resolved to %p", pFunc);
return pFunc;
} else
{