mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove leftover line from rebase
This commit is contained in:
parent
f549b00813
commit
53d5232be8
@ -173,9 +173,6 @@ def run_start(args):
|
|||||||
"""Start the processes to run the node"""
|
"""Start the processes to run the node"""
|
||||||
logger.info('BigchainDB Version %s', bigchaindb.__version__)
|
logger.info('BigchainDB Version %s', bigchaindb.__version__)
|
||||||
|
|
||||||
# TODO setup logging -- pass logging config, extracted out from main config
|
|
||||||
setup_logging()
|
|
||||||
|
|
||||||
if args.allow_temp_keypair:
|
if args.allow_temp_keypair:
|
||||||
if not (bigchaindb.config['keypair']['private'] or
|
if not (bigchaindb.config['keypair']['private'] or
|
||||||
bigchaindb.config['keypair']['public']):
|
bigchaindb.config['keypair']['public']):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user