Remove dead code, logger names

This commit is contained in:
nolash
2021-08-21 09:32:46 +02:00
parent 8571447ce7
commit 397f240b6c
12 changed files with 5 additions and 311 deletions

View File

@@ -9,7 +9,7 @@ from hexathon import int_to_minbytes
# local imports
from crypto_dev_signer.eth.encoding import chain_id_to_v
logg = logging.getLogger().getChild(__name__)
logg = logging.getLogger(__name__)
class Signer: