2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

removed log for _Set

git-svn-id: https://svn.fhem.de/fhem/trunk@1026 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2011-09-25 17:20:58 +00:00
parent 46edcd16ff
commit d068a8a2a5
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;
}