From ec5b0e7df55bfefe164be81349951de3d70ce95b Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Mon, 23 Jul 2018 13:57:59 +0200 Subject: [PATCH] Remove invalid left over comments --- bigchaindb/tendermint/commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bigchaindb/tendermint/commands.py b/bigchaindb/tendermint/commands.py index 1f6add28..15add4af 100644 --- a/bigchaindb/tendermint/commands.py +++ b/bigchaindb/tendermint/commands.py @@ -70,8 +70,7 @@ def start(): setproctitle.setproctitle('bigchaindb') - # Start the ABCIServer and watch for signals to stop - # the server and the relevant child bigchaindb.BIGCHAINDB_PROCESSES. + # Start the ABCIServer app = ABCIServer(app=App()) app.run()