removed log for _Set
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1026 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -163,7 +163,6 @@ RFXCOM_Set($@)
|
||||
my $name=$a[0];
|
||||
my $reading= $a[1];
|
||||
$msg="$name => No Set function ($reading) implemented";
|
||||
Log 1,$msg;
|
||||
return $msg;
|
||||
}
|
||||
|
||||
|
||||
@@ -321,7 +321,6 @@ my $msg;
|
||||
my $name=$a[0];
|
||||
my $reading= $a[1];
|
||||
$msg="$name => No Set function ($reading) implemented";
|
||||
Log 1,$msg;
|
||||
return $msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user