From: Jérôme Benoit Date: Sat, 13 Feb 2021 15:27:18 +0000 (+0100) Subject: Remove some debug log X-Git-Tag: v1.0.1-0~104^2~6^2~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8fe2c7d6be12ed53700cbffb7bd044deeb4a11b8;p=e-mobility-charging-stations-simulator.git Remove some debug log Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index da43ad2f..316b280e 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -605,7 +605,6 @@ export default class ChargingStation { private getAuthorizedTags(): string[] { let authorizedTags: string[] = []; const authorizationFile = this.getAuthorizationFile(); - console.log(authorizationFile); if (authorizationFile) { try { // Load authorization file