aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/action.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-30 17:12:22 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-30 17:12:22 +0100
commit4e67809b69b2688c138a47cd0d19337c054c0f6f (patch)
treec7660a6e2823c9751dc3c07771725d899a2a1e99 /lib/actions/action.cpp
parent148af18dacd5f36aa785277d11126d03118e9437 (diff)
downloadenigma2-4e67809b69b2688c138a47cd0d19337c054c0f6f.tar.gz
enigma2-4e67809b69b2688c138a47cd0d19337c054c0f6f.zip
action.cpp: remove debug info
Diffstat (limited to 'lib/actions/action.cpp')
-rw-r--r--lib/actions/action.cpp2
1 files changed, 1 insertions, 1 deletions
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));