2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 11:26:03 +00:00

fhem.pl: remove debug line (Forum #120781)

git-svn-id: https://svn.fhem.de/fhem/trunk@24365 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-05-01 07:55:22 +00:00
parent e42322ce38
commit 58b1adcf83

View File

@ -2950,7 +2950,6 @@ fhem_setIoDev($$)
{
my ($hash, $val) = @_;
Log 1, "IO: $hash->{NAME} $val";
if(!$val || !defined($defs{$val})) {
if(!$init_done) {
$hash->{IODevMissing} = 1;