summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-29 20:06:16 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-29 20:06:16 +0000
commit01be08e43e0a70eee9435b9562f747051d8d1fe7 (patch)
tree9b8ec295933e1e50d6f7edc69fbecd99738d6d96 /syncClientSocket.cpp
parentredone the bad anyrtpproxy (diff)
removed debug statemet
added fallback default route
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_++;
}