Remove forced debug level

This commit is contained in:
Moshe Malawach
2019-10-01 11:17:05 +02:00
parent ec015b5a00
commit 986a852e7e
5 changed files with 0 additions and 5 deletions

View File

@ -35,7 +35,6 @@ if TYPE_CHECKING:
logger = logging.getLogger("libp2p.pubsub")
logger.setLevel(logging.DEBUG)
def get_msg_id(msg: rpc_pb2.Message) -> Tuple[bytes, bytes]: