remove log

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4154 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2013-11-05 09:36:20 +00:00
parent 5af9afdedc
commit 85ff690389

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);
}