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:
wherzig
2011-09-25 17:20:58 +00:00
parent 3002b239e8
commit 091bffedda
2 changed files with 0 additions and 2 deletions

View File

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

View File

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