Merge pull request #13 from h3poteto/fix/console-log

Fix: Remove console log comments
This commit is contained in:
AkiraFukushima 2018-10-05 08:39:29 +09:00 committed by GitHub
commit 07d5251452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,6 @@ export default class WebSocket extends EventEmitter {
params.push(`access_token=${accessToken}`)
}
const req_url: string = `${url}/?${params.join('&')}`
console.log(req_url)
connection.connect(req_url)
return connection