2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

remove log

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

View File

@ -3145,7 +3145,6 @@ sub CUL_HM_Set($@) {
my $rxType = CUL_HM_getRxType($devHash);
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
CUL_HM_ProcessCmdStack($devHash);
}