Remove commented out code
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 12:29:44 +0000 (14:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 18 May 2022 12:29:44 +0000 (14:29 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStationUtils.ts

index da1a8281d62a8a9c286595982361c4bf1e12c0f8..26774b80c1fa08873e04f5c959ca661790061a6b 100644 (file)
@@ -129,7 +129,6 @@ export class ChargingStationUtils {
     logMsgToAppend = ''
   ): void {
     if (!Utils.isUndefined(template[key])) {
-      // const logPrefixStr = ` ${chargingStationId} |`;
       logger.warn(
         `${logPrefix} Deprecated template key '${key}' usage in file '${templateFile}'${
           logMsgToAppend && '. ' + logMsgToAppend