2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

AMConnect/Common.pm: delete spare Log3 command

git-svn-id: https://svn.fhem.de/fhem/trunk@27207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Ellert 2023-02-12 11:40:33 +00:00
parent 5b02f50824
commit f49acc6a0f

View File

@ -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);