show red record button only if hdd is present
[enigma2.git] / lib / python / python.cpp
index 5e3ccc8deed0d5f20dce1e45da4db20770dfbde1..642d70ba9f3072f26e4773dbc8151453abb7b7f0 100644 (file)
@@ -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
        {