mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Remove forced debug level
This commit is contained in:
@ -12,7 +12,6 @@ from .pubsub_router_interface import IPubsubRouter
|
||||
PROTOCOL_ID = TProtocol("/floodsub/1.0.0")
|
||||
|
||||
logger = logging.getLogger("libp2p.pubsub.floodsub")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
class FloodSub(IPubsubRouter):
|
||||
|
||||
Reference in New Issue
Block a user