remove log

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-11-05 09:36:20 +00:00
parent 77245f75e0
commit c9a40362ec

View File

@ -3145,7 +3145,6 @@ sub CUL_HM_Set($@) {
my $rxType = CUL_HM_getRxType($devHash); my $rxType = CUL_HM_getRxType($devHash);
Log GetLogLevel($name,2), "CUL_HM set $name $act"; Log GetLogLevel($name,2), "CUL_HM set $name $act";
Log 1,"General send $name rxt:$rxType p:".$devHash->{helper}{prt}{sProc};
if($rxType & 0x03){#all/burst if($rxType & 0x03){#all/burst
CUL_HM_ProcessCmdStack($devHash); CUL_HM_ProcessCmdStack($devHash);
} }