From: Jérôme Benoit Date: Wed, 18 May 2022 12:29:44 +0000 (+0200) Subject: Remove commented out code X-Git-Tag: v1.1.60~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f161f950ceed9d688035f2a737e7062e635819b5;p=e-mobility-charging-stations-simulator.git Remove commented out code Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStationUtils.ts b/src/charging-station/ChargingStationUtils.ts index da1a8281..26774b80 100644 --- a/src/charging-station/ChargingStationUtils.ts +++ b/src/charging-station/ChargingStationUtils.ts @@ -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