mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
remove console.error call 🐛
[ci skip]
This commit is contained in:
parent
dafc96ad11
commit
46e772967a
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -501,7 +501,6 @@ const createClient = (profile, userAgent, request = _request) => {
|
|||
})
|
||||
.then((d) => {
|
||||
if (!Array.isArray(d.posL)) {
|
||||
console.error('d', d)
|
||||
const err = new Error('invalid response')
|
||||
err.shouldRetry = true
|
||||
throw err
|
||||
|
|
Loading…
Add table
Reference in a new issue