Remove hardcoded debug root logger setting (facepalm)

This commit is contained in:
nolash 2021-01-14 10:45:44 +01:00
parent ebbbd9f55f
commit 7bdfac61c3
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ import logging
import json import json
import os import os
logging.basicConfig(level=logging.DEBUG)
logg = logging.getLogger() logg = logging.getLogger()
moddir = os.path.dirname(__file__) moddir = os.path.dirname(__file__)

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-accounts-index name = eth-accounts-index
version = 0.0.10a2 version = 0.0.10a4
description = Accounts index evm contract tooling with permissioned writes description = Accounts index evm contract tooling with permissioned writes
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no
@ -29,7 +29,7 @@ packages =
install_requires = install_requires =
confini==0.3.5 confini==0.3.5
web3==5.12.2 web3==5.12.2
crypto-dev-signer~=0.4.13b1 crypto-dev-signer~=0.4.13b9
tests_require = tests_require =
pytest==6.0.1 pytest==6.0.1
eth-tester==0.5.0b2 eth-tester==0.5.0b2