From b7f90caf775f296d01f39cf3ef9e5a2641f4d864 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 17 Sep 2021 08:14:18 +0200 Subject: [PATCH] Remove extra noisy stuff --- apps/cic-eth/cic_eth/runnable/daemons/tasker.py | 6 ------ apps/contract-migration/seed_cic_eth.sh | 1 - 2 files changed, 7 deletions(-) diff --git a/apps/cic-eth/cic_eth/runnable/daemons/tasker.py b/apps/cic-eth/cic_eth/runnable/daemons/tasker.py index feb1915c..52e8e1d9 100644 --- a/apps/cic-eth/cic_eth/runnable/daemons/tasker.py +++ b/apps/cic-eth/cic_eth/runnable/daemons/tasker.py @@ -72,12 +72,6 @@ from cic_eth.task import BaseTask logging.basicConfig(level=logging.WARNING) logg = logging.getLogger() -env = list(os.environ.keys()) -env.sort() -for k in env: - logg.debug("env {} {}".format(k, os.environ[k])) - - arg_flags = cic_eth.cli.argflag_std_read local_arg_flags = cic_eth.cli.argflag_local_task argparser = cic_eth.cli.ArgumentParser(arg_flags) diff --git a/apps/contract-migration/seed_cic_eth.sh b/apps/contract-migration/seed_cic_eth.sh index 30c68cb8..eb1bfd59 100755 --- a/apps/contract-migration/seed_cic_eth.sh +++ b/apps/contract-migration/seed_cic_eth.sh @@ -78,7 +78,6 @@ export DEV_ETH_SARAFU_TOKEN_ADDRESS=$DEV_ETH_RESERVE_ADDRESS >&2 erc20-transfer -s -u -y $WALLET_KEY_FILE -i $CHAIN_SPEC -p $RPC_PROVIDER --fee-limit 100000 -e $reserve_address -w $debug -a $DEV_ETH_ACCOUNT_SARAFU_GIFTER ${DEV_TOKEN_AMOUNT:0:-1} # Remove the SEND (8), QUEUE (16) and INIT (2) locks (or'ed), set by default at migration -echo "cic-eth-ctl -i $CHAIN_SPEC unlock INIT" cic-eth-ctl -i $CHAIN_SPEC unlock INIT cic-eth-ctl -i $CHAIN_SPEC unlock SEND cic-eth-ctl -i $CHAIN_SPEC unlock QUEUE