X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2FChargingStationUtils.ts;h=26774b80c1fa08873e04f5c959ca661790061a6b;hb=8d0e34c9b1792a4f48ed4ee28eb059facd8c9995;hp=da1a8281d62a8a9c286595982361c4bf1e12c0f8;hpb=17ac262c08a637a9aef23c350176bf476ad212ef;p=e-mobility-charging-stations-simulator.git 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