From b71255a46f23a7e7124ba61ea85a57d2648f668c Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 22 Aug 2016 12:19:06 +0000 Subject: [PATCH] commandref_modular.pl: remove output (Forum #56682) git-svn-id: https://svn.fhem.de/fhem/trunk@12049 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/commandref_modular.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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});