idem, avoid to pollute the console as default

This commit is contained in:
pinver 2017-04-25 16:32:01 +02:00 committed by GitHub
parent 1be26214e6
commit 435e365c3a

View file

@ -63,7 +63,7 @@ final class KqueueEventLoop : PosixEventLoop {
if (ret > 0) {
foreach (ref evt; m_events[0 .. ret]) {
print("event %s %s", evt.ident, evt.filter, evt.flags);
//print("event %s %s", evt.ident, evt.filter, evt.flags);
assert(evt.ident <= uint.max);
auto fd = cast(FD)cast(int)evt.ident;
if (evt.flags & (EV_EOF|EV_ERROR))