mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove logging from instance.py
This commit is contained in:
@@ -8,7 +8,6 @@ creating connections to ResInsight
|
||||
from __future__ import annotations
|
||||
import os
|
||||
import socket
|
||||
import logging
|
||||
import time
|
||||
import tempfile
|
||||
import signal
|
||||
@@ -216,7 +215,6 @@ class Instance:
|
||||
Args:
|
||||
port(int): port number
|
||||
"""
|
||||
logging.basicConfig()
|
||||
self.location: str = "localhost:" + str(port)
|
||||
|
||||
self.channel = grpc.insecure_channel(
|
||||
|
||||
Reference in New Issue
Block a user