diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-28 23:04:53 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-28 23:04:53 +0000 |
commit | 5d020a9042f557763b724dada31620d0a3537899 (patch) | |
tree | ab1dde7ec3f91d9569ca758407b9c9cfb9bc4d08 /syncClientSocket.cpp | |
parent | sync final fix (diff) |
removed debug statement
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r-- | syncClientSocket.cpp | 1 |
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]; |