From f161f950ceed9d688035f2a737e7062e635819b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 18 May 2022 14:29:44 +0200 Subject: [PATCH] Remove commented out code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/ChargingStationUtils.ts | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1