Skip to content

Commit

Permalink
esClient is now a module, nothing to do here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthro committed Nov 7, 2016
1 parent 1785749 commit 2692660
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/orchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ class Orchestrator {
waitAmqp = true;
}
logger.info(`[${symbols.check}] AMQP disconnected`);
if (this.esClient) {
this.esClient.close();
}
logger.info(`[${symbols.check}] Elasticsearch disconnected`);
this._running = false;
}
if (this._db) {
Expand Down

0 comments on commit 2692660

Please sign in to comment.