33_readingsProxy.pm: removed accidental log message

git-svn-id: https://svn.fhem.de/fhem/trunk@11194 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2016-04-06 14:24:16 +00:00
parent 5fe11b3584
commit 1e42cac128

View File

@@ -312,8 +312,6 @@ readingsProxy_Attr($$$;$)
);
my $err = perlSyntaxCheck($attrVal, %specials);
my $value_fn = eval $attrVal;
Log3 $name, 3, $name .": attrVal: ". $@ if($@);
return $err if($err);
}
}