diff --git a/fhem/FHEM/98_JsonMod.pm b/fhem/FHEM/98_JsonMod.pm index 024d8b324..90bc0227a 100644 --- a/fhem/FHEM/98_JsonMod.pm +++ b/fhem/FHEM/98_JsonMod.pm @@ -60,9 +60,6 @@ sub JsonMod_Initialize { #$hash->{'NotifyOrderPrefix'} = "50-"; $hash->{'AttrList'} = join(' ', @attrList)." $readingFnAttributes "; - print "version1 $] \n" if ($] >= 5.22); - print "version2 $] \n" if ($] >= 5.28); - return undef; };