diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-30 17:12:22 +0100 |
|---|---|---|
| committer | thedoc <thedoc@atom.(none)> | 2010-01-01 15:25:47 +0100 |
| commit | c8605c145f99b39619389c54b5050ba02f2c39bc (patch) | |
| tree | 97fdb7ed6a7b50445e2f82e9a884b0c529618adf | |
| parent | d711c0e93592fa1e1df0fde808fe2bed39687421 (diff) | |
| download | enigma2-c8605c145f99b39619389c54b5050ba02f2c39bc.tar.gz enigma2-c8605c145f99b39619389c54b5050ba02f2c39bc.zip | |
action.cpp: remove debug info
| -rw-r--r-- | lib/actions/action.cpp | 2 |
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)); |
