Removing printing statements from C++ RMI library - this will cause SO files to get...
[iot2.git] / iotjava / iotrmi / C++ / IoTSocket.hpp
index 52907ba0f6dc095b6d5a3dfeb947d1059d012b0a..d39eba78329747ff0e99dd7ef066c08c0ba97ade 100644 (file)
@@ -109,7 +109,7 @@ bool IoTSocket::sendBytes(char* pVals, int iLen) {
                return false;
        }
 
-       IoTRMIUtil::printBytes(size, 4, false);
+       //IoTRMIUtil::printBytes(size, 4, false);
 
        if (send(m_iSock, (char *) pVals, iLen, 0) == -1) {
                perror("IoTSocket: Send bytes error!");