diff --git a/GrpcInterface/Python/rips/instance.py b/GrpcInterface/Python/rips/instance.py index 1f6f7b0f70..29a96fd614 100644 --- a/GrpcInterface/Python/rips/instance.py +++ b/GrpcInterface/Python/rips/instance.py @@ -8,7 +8,6 @@ from __future__ import annotations import os import socket -import logging import time import tempfile import signal @@ -216,7 +215,6 @@ def __init__(self, port: int = 50051, launched: bool = False) -> None: Args: port(int): port number """ - logging.basicConfig() self.location: str = "localhost:" + str(port) self.channel = grpc.insecure_channel(