accidentally left error logging
This commit is contained in:
parent
dacaaf5b27
commit
0e7a281366
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ export default async function (host, patternMatch, url, lang, obj) {
|
||||||
|
|
||||||
return matchActionDecider(r, host, obj.ip, obj.aFormat, isAudioOnly, lang, isAudioMuted);
|
return matchActionDecider(r, host, obj.ip, obj.aFormat, isAudioOnly, lang, isAudioMuted);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
|
||||||
return apiJSON(0, { t: genericError(lang, host) })
|
return apiJSON(0, { t: genericError(lang, host) })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue