From f49acc6a0f42453e163ef65f8ddb7350a4f94e4a Mon Sep 17 00:00:00 2001 From: Ellert <> Date: Sun, 12 Feb 2023 11:40:33 +0000 Subject: [PATCH] AMConnect/Common.pm: delete spare Log3 command git-svn-id: https://svn.fhem.de/fhem/trunk@27207 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/lib/FHEM/Devices/AMConnect/Common.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/fhem/lib/FHEM/Devices/AMConnect/Common.pm b/fhem/lib/FHEM/Devices/AMConnect/Common.pm index 1f4ce4788..5beba5bda 100644 --- a/fhem/lib/FHEM/Devices/AMConnect/Common.pm +++ b/fhem/lib/FHEM/Devices/AMConnect/Common.pm @@ -377,7 +377,6 @@ sub FW_detailFn { my $design = AttrVal( $name, 'mapDesignAttributes', $hash->{helper}{mapdesign} ); my @adesign = split(/\R/,$design); my $mapDesign = 'data-'.join("data-",@adesign); - Log3 $name,1 , $mapDesign; my ($picx,$picy) = AttrVal( $name,"mapImageWidthHeight", $hash->{helper}{imageWidthHeight} ) =~ /(\d+)\s(\d+)/; $picx=int($picx*$zoom);