diff --git a/index.js b/index.js index e80a71a..6bd04c9 100644 --- a/index.js +++ b/index.js @@ -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) {