diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index fc34e041..3445ad0a 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -7080,8 +7080,6 @@ function HandleScreensaverUpdate(): void { } else if (weatherScreensaverTempMinMax == 'MinMax') { tempMinMaxString = Math.round(TempMin) + '° ' + Math.round(TempMax) + '°'; } - - console.log('hier'); if (weatherAdapterInstance == 'accuweather.' + weatherAdapterInstanceNumber + '.' && i == 6) {