aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-09-03 21:26:19 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-09-03 21:26:19 +0000
commit1a6dec0e15983b83e4de2859624ae36d8d619271 (patch)
tree075220385f4adda5b8eea1abd2a2d1148a20dff5 /lib/python/python.cpp
parentbbcd2c8be1bd2ce4681a80c82bbb00ac04137505 (diff)
downloadenigma2-1a6dec0e15983b83e4de2859624ae36d8d619271.tar.gz
enigma2-1a6dec0e15983b83e4de2859624ae36d8d619271.zip
- beautified network cursor, added 'selected' argument to __call__
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
{