diff --git a/hazelcast/invocation.py b/hazelcast/invocation.py index 436a412662..198be81a45 100644 --- a/hazelcast/invocation.py +++ b/hazelcast/invocation.py @@ -206,8 +206,6 @@ def _send(self, invocation, connection): if invocation.event_handler: self._listener_service.add_event_handler(correlation_id, invocation.event_handler) - _logger.debug("Sending %s to %s", message, connection) - if not connection.send_message(message): if invocation.event_handler: self._listener_service.remove_event_handler(correlation_id)