提交 838d8feb 编写于 作者: S Simon Fels

Disable logging of input events even in debug mode

上级 54ad98e8
......@@ -71,13 +71,6 @@ void Device::send_events(const std::vector<Event> &events) {
data[n].type = event.type;
data[n].code = event.code;
data[n].value = event.value;
#ifdef DEBUG
DEBUG("Event: time %lld, type %d, code %d, value %d",
data[n].sec * 1000000000LL + data[n].usec * 1000LL,
event.type, event.code, event.value);
#endif
n++;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册