diff --git a/fhem/contrib/commandref_modular.pl b/fhem/contrib/commandref_modular.pl index aa2e2a180..f1ae543b7 100644 --- a/fhem/contrib/commandref_modular.pl +++ b/fhem/contrib/commandref_modular.pl @@ -67,7 +67,7 @@ for my $lang (@lang) { my $ts = (stat("$modDir/$fName"))[9]; if($protVersion != $fileVersion || !$modData{$mName} || !$modData{$mName}{ts} || $modData{$mName}{ts}<$ts) { - print "Checking $fName for $lang short description\n"; + #print "Checking $fName for $lang short description\n"; $modData{$mName}{type}="device" if(!$modData{$mName}{type}); delete($modData{$mName}{modLinks});