Fixing bug for return value from callback in C++ (sendReturnObj is called twice)...
[iot2.git] / iotjava / iotrmi / C++ / IoTSocket.hpp
index 54f02344bdd04773c8a0bd1d94c853061e3ea8f3..642882f8a63afbcd5e5cf9ee555f801f33148c51 100644 (file)
@@ -159,7 +159,6 @@ char* IoTSocket::receiveBytes(char* pVals, int* len)
        if (!receiveAck())
                return NULL;
 #endif
-       cout << "Socket 6!" << endl;
        return pVals;
 }