Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddvk committed Aug 26, 2020
1 parent 1fcdf2c commit f93de3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qevdevtablethandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,12 @@ QEvdevTabletData::QEvdevTabletData(QEvdevTabletHandler *q_ptr)
void QEvdevTabletData::processInputEvent(input_event *ev)
{
if (ev->type == EV_KEY) {
qCDebug(qLcEvdevTablet, "key");
// qCDebug(qLcEvdevTablet, "key");
switch (ev->code) {
case BTN_TOOL_RUBBER:
case BTN_STYLUS:
down = ev->value != 0;

qCDebug(qLcEvdevTablet, "generating event %d", down);
// qCDebug(qLcEvdevTablet, "generating event %d", down);
report();
break;
default:
Expand Down

0 comments on commit f93de3d

Please sign in to comment.