From: Jérôme Benoit Date: Thu, 1 Feb 2024 11:10:22 +0000 (+0100) Subject: docs: cleanup code comments X-Git-Tag: v1.2.34~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6514a5a1cee96581272c8a980c414d4c81fd2da3;p=e-mobility-charging-stations-simulator.git docs: cleanup code comments Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index a4262770..72a76c4e 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -475,7 +475,6 @@ export class Bootstrap extends EventEmitter { .then(() => { console.info(chalk.green('Graceful shutdown')) this.uiServer?.stop() - // stop() asks for charging stations to stop by default this.waitChargingStationsStopped() .then(() => { exit(exitCodes.succeeded)