summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 23:04:53 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 23:04:53 +0000
commit5d020a9042f557763b724dada31620d0a3537899 (patch)
treeab1dde7ec3f91d9569ca758407b9c9cfb9bc4d08 /syncClientSocket.cpp
parentsync final fix (diff)
removed debug statement
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];