remove console.error call 🐛

[ci skip]
This commit is contained in:
Jannis R 2019-02-28 16:21:53 +01:00
parent dafc96ad11
commit 46e772967a
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -501,7 +501,6 @@ const createClient = (profile, userAgent, request = _request) => {
}) })
.then((d) => { .then((d) => {
if (!Array.isArray(d.posL)) { if (!Array.isArray(d.posL)) {
console.error('d', d)
const err = new Error('invalid response') const err = new Error('invalid response')
err.shouldRetry = true err.shouldRetry = true
throw err throw err