From bcc63a4437eb2fc743ae04fb06d378dd3e4e8922 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Tue, 2 May 2023 21:25:32 +0200 Subject: [PATCH] 4.0.5.13 - Fix Problems with weather-instances-number !="0" #876 --- ioBroker/NsPanelTs_without_Examples.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ioBroker/NsPanelTs_without_Examples.ts b/ioBroker/NsPanelTs_without_Examples.ts index 405bd416..0a397eea 100644 --- a/ioBroker/NsPanelTs_without_Examples.ts +++ b/ioBroker/NsPanelTs_without_Examples.ts @@ -6581,8 +6581,6 @@ function HandleScreensaverUpdate(): void { } else if (weatherScreensaverTempMinMax == 'MinMax') { tempMinMaxString = Math.round(TempMin) + '° ' + Math.round(TempMax) + '°'; } - - console.log('hier'); if (weatherAdapterInstance == 'accuweather.' + weatherAdapterInstanceNumber + '.' && i == 6) {