remove log

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6223 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-07-09 06:38:11 +00:00
parent ee052fb6dd
commit cd1f813614

View File

@@ -6060,7 +6060,6 @@ sub CUL_HM_TCtempReadings($) {# parse TC temperature readings
$varV =~ s/^R-$var:// ;
}
push @histVals,"$var:$varV";
Log 1,"General update $name:$var:$varV ";
}
if (@histVals){
CUL_HM_UpdtReadBulk($hash,1,@histVals) ;