Small cleanups
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index f47a879bd4701cdbcd99fa60e22c0da6fc8fbc69..503c6bd2401f3a530a0e02fa55bc3239d1d3ade6 100644 (file)
@@ -44,7 +44,6 @@ export default class Bootstrap {
                 numStationsTotal++;
               }
             } catch (error) {
-            // eslint-disable-next-line no-console
               console.error('Charging station start with template file ' + stationURL.file + ' error ', error);
             }
           }
@@ -58,7 +57,6 @@ export default class Bootstrap {
         }
         this.started = true;
       } catch (error) {
-      // eslint-disable-next-line no-console
         console.error('Bootstrap start error ', error);
       }
     }