1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-06 04:13:36 +01:00

fix: Remove debugging code in websocket

This commit is contained in:
AkiraFukushima 2019-11-15 23:29:24 +09:00
parent 64d65af448
commit 07d42a09c7

View File

@ -31,7 +31,6 @@ export default class WebSocket {
})
this.listener.on('update', (status: Status) => {
log.info('receive update')
updateCallback(status)
})