diff --git a/lib/application.js b/lib/application.js index 7b03753..eecf263 100644 --- a/lib/application.js +++ b/lib/application.js @@ -26,11 +26,6 @@ class Application extends events.EventEmitter { async shutdown() { this.finalization = true; await this.server.close(); - await this.freeResources(); - } - - async freeResources() { - this.logger.log('Free resources'); } createSandbox() {