Remove unnecessary log
authorIlho Kim <ilho159.kim@samsung.com>
Thu, 28 Mar 2024 13:34:35 +0000 (22:34 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Thu, 28 Mar 2024 13:34:35 +0000 (22:34 +0900)
Change-Id: Ic3ea0b539027cba222e49cb3327aeb72deed3375
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
client/src/connector.cc

index eb8ffae..381fe45 100644 (file)
@@ -345,7 +345,7 @@ bool Connector::Activator::ReceiveReady() {
       _E("recv() is failed. fd(%d), errno(%d)", fd_, errno);
       return -ECOMM;
     }
-    _E("bytes: %d\n", bytes);
+
     len -= bytes;
   }