From: ghost Date: Wed, 30 Dec 2009 16:12:22 +0000 (+0100) Subject: action.cpp: remove debug info X-Git-Tag: 2.7.0~21 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/c8605c145f99b39619389c54b5050ba02f2c39bc?ds=sidebyside action.cpp: remove debug info --- diff --git a/lib/actions/action.cpp b/lib/actions/action.cpp index 0eb4cdb1..a2d85ffd 100644 --- a/lib/actions/action.cpp +++ b/lib/actions/action.cpp @@ -208,7 +208,7 @@ void eActionMap::keyPressed(const std::string &device, int key, int flags) } } else { - eDebug("wildcard."); +// eDebug("wildcard."); ePyObject pArgs = PyTuple_New(2); PyTuple_SET_ITEM(pArgs, 0, PyInt_FromLong(key)); PyTuple_SET_ITEM(pArgs, 1, PyInt_FromLong(flags));