removed debug msg from eow
This commit is contained in:
parent
dbaecc77d7
commit
801e972800
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -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…
Add table
Reference in a new issue