mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 10:46:53 +00:00
commandref_modular.pl: remove output (Forum #56682)
git-svn-id: https://svn.fhem.de/fhem/trunk@12049 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d3dc3f400c
commit
b71255a46f
@ -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});
|
||||
|
Loading…
x
Reference in New Issue
Block a user