summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r--syncClientSocket.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp
index 8d5b37d..1f27557 100644
--- a/syncClientSocket.cpp
+++ b/syncClientSocket.cpp
@@ -50,7 +50,6 @@ void SyncClientSocket::OnRawData(const char *buf,size_t len)
}
while (1)
{
- cLog.msg(Log::PRIO_NOTICE) << "string size " << iss_.str().size() << " casted size" << static_cast<int32_t>(iss_.str().size()) << std::endl;
if(missing_chars==-1 && buffer_size_>5)
{
char * buffer = new char [6+1];