Skip to content

Commit 9beb5fd

Browse files
committed
Remove another spamming log
1 parent 9fccfbc commit 9beb5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ckNetBaseSocket.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void CKNetBaseSocket::Loop() {
241241
while (true) {
242242
CKNetBaseSocketNotifyEvt* n = &this->__notifyEvents[this->__notifyEventsReadIdx];
243243
if (n->isWritten && !n->isRead) {
244-
CKLog("MacTCP notify: stream %lx event %u reason %u", this->__stream, n->eventCode, n->terminReason);
244+
// CKLog("MacTCP notify: stream %lx event %u reason %u", this->__stream, n->eventCode, n->terminReason);
245245
n->isRead = true;
246246
foundNotify = true;
247247
this->__notifyEventsReadIdx++;

0 commit comments

Comments
 (0)