Skip to content

Commit

Permalink
Remove logging from instance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Mar 15, 2024
1 parent 9169ee2 commit 2207bf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GrpcInterface/Python/rips/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from __future__ import annotations
import os
import socket
import logging
import time
import tempfile
import signal
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 2207bf4

Please sign in to comment.