Merge pull request #1100 from h3poteto/remove/debug

fix: Remove debugging code in websocket
This commit is contained in:
AkiraFukushima 2019-11-15 23:31:04 +09:00 committed by GitHub
commit ae09c7efdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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