mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: remove debugging (Forum #120985)
git-svn-id: https://svn.fhem.de/fhem/trunk@24415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
95560d043e
commit
d981a32b15
@ -2930,7 +2930,6 @@ FW_iconName($)
|
|||||||
my $name = $oname;
|
my $name = $oname;
|
||||||
$name =~ s/@.*//;
|
$name =~ s/@.*//;
|
||||||
foreach my $pe (@FW_iconDirs) {
|
foreach my $pe (@FW_iconDirs) {
|
||||||
Log 1, "iconName: $pe / $name" if($pe && $FW_icons{$pe} && $FW_icons{$pe}{$name});
|
|
||||||
return $oname if($pe && $FW_icons{$pe} && $FW_icons{$pe}{$name});
|
return $oname if($pe && $FW_icons{$pe} && $FW_icons{$pe}{$name});
|
||||||
}
|
}
|
||||||
return undef;
|
return undef;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user