mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
Remove forced debug level
This commit is contained in:
@ -28,7 +28,6 @@ from .notifee_interface import INotifee
|
||||
from .stream.net_stream_interface import INetStream
|
||||
|
||||
logger = logging.getLogger("libp2p.network.swarm")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
class Swarm(INetwork):
|
||||
|
||||
Reference in New Issue
Block a user