Remove debug cod
[e-mobility-charging-stations-simulator.git] / src / ui / web / tests / unit / CSTable.spec.ts
index 28da36d7a9bf5ef79454214686e724826a0bf8d7..96101802af16c3fa119f7ee0c28bc2f3cd3758b1 100644 (file)
@@ -11,7 +11,6 @@ describe('CSTable.vue', () => {
     const wrapper = shallowMount(CSTable, {
       props: { chargingStations, idTag: '0' },
     });
-    console.log(wrapper.text());
     expect(wrapper.text()).to.include('Action');
     expect(wrapper.text()).to.include('Connector');
     expect(wrapper.text()).to.include('Status');