docs: cleanup code comments
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 1 Feb 2024 11:10:22 +0000 (12:10 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 1 Feb 2024 11:10:22 +0000 (12:10 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/Bootstrap.ts

index a4262770e57bbe690a4e7900625636c457095f14..72a76c4e370418d4dc0e9569bf0cb52e13c53175 100644 (file)
@@ -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)