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

@ -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):