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

@ -17,7 +17,6 @@ from .pubsub_router_interface import IPubsubRouter
PROTOCOL_ID = TProtocol("/meshsub/1.0.0")
logger = logging.getLogger("libp2p.pubsub.gossipsub")
logger.setLevel(logging.DEBUG)
class GossipSub(IPubsubRouter):