Fix not initialized variables at startup
[e-mobility-charging-stations-simulator.git] / 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