refactor: cleanup debug code
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / UIClient.ts
index fcbf191f3c9d2dabfc6fa6354359d703eb67e28b..c2b9d60cc84c9c41f482168f6da43ca44add44cf 100644 (file)
@@ -253,8 +253,6 @@ export class UIClient {
 
     const [uuid, responsePayload] = response
 
-    console.log('responsePayload', responsePayload.state?.templateStatistics)
-
     if (this.responseHandlers.has(uuid)) {
       const { procedureName, resolve, reject } = this.responseHandlers.get(uuid)!
       switch (responsePayload.status) {