removed unnecessary Log entry

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6308 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemrocks
2014-07-23 11:07:59 +00:00
parent 70f7188f98
commit f8023988e9

View File

@@ -1524,8 +1524,6 @@ sub SB_SERVER_Notify( $$ ) {
"Own:" . $name . " Device:" . $devName );
if( $devName eq $hash->{RCCNAME} ) {
Log3( $hash, 1, "SB_SERVER_Notify($name): from $hash->{RCCNAME} " .
"with " . ReadingsVal( $hash->{RCCNAME}, "state", "off" ) );
if( ReadingsVal( $hash->{RCCNAME}, "state", "off" ) eq "off" ) {
RemoveInternalTimer( $hash );
InternalTimer( gettimeofday() + 10,