mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 18:12:28 +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:
parent
86e9da02f4
commit
01c9853846
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user