avoid to pollute the console by default

This commit is contained in:
pinver 2017-04-25 16:28:31 +02:00 committed by GitHub
parent 3dad0315af
commit 1be26214e6

View file

@ -59,7 +59,7 @@ final class KqueueEventLoop : PosixEventLoop {
m_changes.length = 0;
m_changes.assumeSafeAppend();
print("kevent returned %s", ret);
//print("kevent returned %s", ret);
if (ret > 0) {
foreach (ref evt; m_events[0 .. ret]) {