mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
remove accidental logging
[ci skip]
This commit is contained in:
parent
efc6467c93
commit
90519cff68
1 changed files with 0 additions and 1 deletions
|
@ -286,7 +286,6 @@ const parseHint = (profile, h, icons) => {
|
||||||
|
|
||||||
const res = _parseHint(profile, h, icons)
|
const res = _parseHint(profile, h, icons)
|
||||||
if (h.txtN) {
|
if (h.txtN) {
|
||||||
console.error(h)
|
|
||||||
const text = trim(h.txtN.toLowerCase(), ' ()')
|
const text = trim(h.txtN.toLowerCase(), ' ()')
|
||||||
if (codesByText[text]) res.code = codesByText[text]
|
if (codesByText[text]) res.code = codesByText[text]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue