From ecd46e536ffc6482aedccc4134dc5a274497f06b Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Tue, 2 May 2023 21:26:41 +0200 Subject: [PATCH] 4.0.5.13 - Fix Problems with weather-instances-number !="0" #876 --- ioBroker/NsPanelTs.ts | 2 -- 1 file changed, 2 deletions(-) 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) {