[final 2] - removed debug dumper code

This commit is contained in:
Sebastian 2022-08-09 15:03:38 +02:00
parent 8b9ce793cd
commit d660366aea
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
[fix] - schedules + debug
[final] - removed debug print lines, cleanup code

View File

@ -883,7 +883,7 @@ sub WriteReadings {
}
}
}
Log3 $name, 5, "[DEBUG] $name - Schedule - Rest ". Dumper(@ist);
#Log3 $name, 5, "[DEBUG] $name - Schedule - Rest ". Dumper(@ist);
# delete only if count soll != count ist. cos the will be overwritten
if (scalar(@ist) > 0
&& scalar(@soll) != scalar(@ist/2) ){

View File

@ -1,2 +1,2 @@
UPD 2022-07-21_19:43:48 49634 FHEM/73_GardenaSmartBridge.pm
UPD 2022-08-09_14:51:26 107551 FHEM/74_GardenaSmartDevice.pm
UPD 2022-08-09_15:03:22 107552 FHEM/74_GardenaSmartDevice.pm