removed debug msg from eow

master
cheetah 1 year ago
parent dbaecc77d7
commit 801e972800

@ -119,7 +119,6 @@ async function checkDWD() {
? msg.split('Quelle:')[0] ? msg.split('Quelle:')[0]
: msg : msg
msg = replaceUmlaute(msg) msg = replaceUmlaute(msg)
console.log(msg, msg.indexOf('Es sind keine Warnungen') > -1, region.ignoreEOW)
if (!!stateMachine[ region.dwdID ]) { if (!!stateMachine[ region.dwdID ]) {
if (stateMachine [ region.dwdID ] != msg) { if (stateMachine [ region.dwdID ] != msg) {
if (msg.indexOf('Es sind keine Warnungen') > -1) { if (msg.indexOf('Es sind keine Warnungen') > -1) {

Loading…
Cancel
Save