X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Factions%2Faction.cpp;h=a2d85ffdbf2eab49e0a7a3faf5f8d4738d0b7a6e;hp=0eb4cdb19f69e757048e0b84591f0782903a344a;hb=c4a55fbb1dbb22ccd43bfd92f1ec9df4f811310f;hpb=1faa7be4df1726873b4af5ff82ea06404977d065 diff --git a/lib/actions/action.cpp b/lib/actions/action.cpp index 0eb4cdb..a2d85ff 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));