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

@ -25,7 +25,6 @@ from .host_interface import IHost
logger = logging.getLogger("libp2p.network.basic_host")
logger.setLevel(logging.DEBUG)
class BasicHost(IHost):