refactor: format error message properly
[e-mobility-charging-stations-simulator.git] / src / charging-station / IdTagsCache.ts
index e5ee13c351e82665f26327d66526824bb0c16e36..ff5c49d9a6a2dba2fc2810b0e6a36fa54fbbb125 100644 (file)
@@ -180,7 +180,6 @@ export class IdTagsCache {
         );
       }
     }
-    logger.info(`${this.logPrefix(file)} No id tags file given in configuration`);
     return [];
   }