mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-06 12:25:22 +01:00
Merge pull request #1100 from h3poteto/remove/debug
fix: Remove debugging code in websocket
This commit is contained in:
commit
ae09c7efdb
@ -31,7 +31,6 @@ export default class WebSocket {
|
|||||||
})
|
})
|
||||||
|
|
||||||
this.listener.on('update', (status: Status) => {
|
this.listener.on('update', (status: Status) => {
|
||||||
log.info('receive update')
|
|
||||||
updateCallback(status)
|
updateCallback(status)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user