diff options
-rw-r--r-- | syncClientSocket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp index 7dbbf67..864d574 100644 --- a/syncClientSocket.cpp +++ b/syncClientSocket.cpp @@ -42,7 +42,6 @@ void SyncClientSocket::OnReconnect() void SyncClientSocket::OnRawData(const char *buf,size_t len) //void SyncClientSocket::OnLine(const std::string& line) { - return; std::stringstream iss; std::cout << "recieved sync inforamtaion:"<< std::endl; for(size_t index=0;index<len;index++) |