From 66b0bb59d32d989232ba45c763a5464bffe4ec86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=A4der?= Date: Wed, 16 Aug 2023 16:00:55 +0200 Subject: [PATCH] Remove stale comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mäder --- packages/core/src/node/backend-application.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/core/src/node/backend-application.ts b/packages/core/src/node/backend-application.ts index 5e4b81fc1975d..e0860cb5c84d2 100644 --- a/packages/core/src/node/backend-application.ts +++ b/packages/core/src/node/backend-application.ts @@ -211,8 +211,6 @@ export class BackendApplication { } protected async configure(): Promise { - // Do not await the initialization because contributions are expected to handle - // concurrent initialize/configure in undefined order if they provide both await this.initialize(); this.app.get('*.js', this.serveGzipped.bind(this, 'text/javascript'));