Remove invalid left over comments

This commit is contained in:
Ahmed Muawia Khan 2018-07-23 13:57:59 +02:00
parent a351dd2920
commit ec5b0e7df5

View File

@ -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()