Remove debugging cruft
This commit is contained in:
parent
e13cc929dc
commit
9576c939d8
@ -173,7 +173,7 @@ final class IOUringEventLoop extends SingleThreadEventLoop {
|
|||||||
event = events.get(ioUringCqe.getEventId());
|
event = events.get(ioUringCqe.getEventId());
|
||||||
|
|
||||||
if (event != null) {
|
if (event != null) {
|
||||||
System.err.println("EventType Incoming: " + event.getOp().name());
|
logger.trace("EventType Incoming: " + event.getOp().name());
|
||||||
processEvent(ioUringCqe.getRes(), event);
|
processEvent(ioUringCqe.getRes(), event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user