From 4e67809b69b2688c138a47cd0d19337c054c0f6f Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 30 Dec 2009 17:12:22 +0100 Subject: [PATCH 1/1] action.cpp: remove debug info --- lib/actions/action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2