summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r--syncClientSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp
index cf266ca..b4ed015 100644
--- a/syncClientSocket.cpp
+++ b/syncClientSocket.cpp
@@ -44,7 +44,7 @@ void SyncClientSocket::OnRawData(const char *buf,size_t len)
{
for(size_t index=0;index<len;index++)
{
- std::cout << buf[index];
+// std::cout << buf[index];
iss_ << buf[index];
buffer_size_++;
}