removed debug msg from eow

This commit is contained in:
cheetah 2023-07-29 19:05:38 +02:00
parent dbaecc77d7
commit 801e972800

View file

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