From 98c740f2047790766f6db5b4cb09e50249a8deff Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 3 Aug 2012 00:56:41 +0200 Subject: [PATCH] Remove debug output --- indra/llmessage/aicurlthread.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/llmessage/aicurlthread.cpp b/indra/llmessage/aicurlthread.cpp index 98116398f..86eef7764 100644 --- a/indra/llmessage/aicurlthread.cpp +++ b/indra/llmessage/aicurlthread.cpp @@ -981,9 +981,7 @@ void AICurlThread::wakeup_thread(void) #if WINDOWS_CODE //SGTODO - Dout(dc::curl, "ENTERING send()"); int len = send(mWakeUpFd_in, "!", 1, 0); - Dout(dc::curl, "LEAVING send()"); if (len == SOCKET_ERROR) { llerrs << "Send to wake-up socket failed: " << formatWSAError() << llendl;