Browse Source

Remove test code from websocket

dev
David Ludwig 4 years ago
parent
commit
ffc83ea182
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      services/webui/src/app/websocket.ts

+ 0
- 4
services/webui/src/app/websocket.ts View File

@ -8,10 +8,6 @@ class WebSocketClient extends WSClient
*/ */
protected setup() { protected setup() {
store.watch(state => state.user, () => this.authStateChanged()); store.watch(state => state.user, () => this.authStateChanged());
setTimeout(async () => {
let result = await this.request("test", "snthaoeu onstehu soehu soeuh ou");
console.log("The result is:", result);
}, 5000);
} }
/** /**


Loading…
Cancel
Save