From 1a6dec0e15983b83e4de2859624ae36d8d619271 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sat, 3 Sep 2005 21:26:19 +0000 Subject: - beautified network cursor, added 'selected' argument to __call__ --- lib/python/python.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/python/python.cpp') 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 { -- cgit v1.2.3