2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +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:
rudolfkoenig 2021-05-11 09:39:00 +00:00
parent 95560d043e
commit d981a32b15

View File

@ -2930,7 +2930,6 @@ FW_iconName($)
my $name = $oname;
$name =~ s/@.*//;
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 undef;