diff --git a/src/anbox/input/device.cpp b/src/anbox/input/device.cpp index a0b29589b9ed3f05e09b14021d03731230bdb2e5..f6efa5207dd3e7bcbd4754efe278077581f12194 100644 --- a/src/anbox/input/device.cpp +++ b/src/anbox/input/device.cpp @@ -71,13 +71,6 @@ void Device::send_events(const std::vector &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++; }