2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +00:00

remove debug logging outputs

git-svn-id: https://svn.fhem.de/fhem/trunk@2062 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2012-11-02 23:42:25 +00:00
parent f3dbc0e270
commit d68b16b526

View File

@ -140,10 +140,7 @@ YAMAHA_AVR_Set($@)
my $inputs_piped = InputParamToFhemInput(lc($hash->{INPUTS}), 0);
my $inputs_comma = InputParamToFhemInput(lc($hash->{INPUTS}), 1);
return "No Argument given" if(!defined($a[1]));
Log 2, "inputs_piped: $inputs_piped";
Log 2, "inputs_comma: $inputs_comma";
return "No Argument given" if(!defined($a[1]));
my $what = $a[1];
my $usage = "Unknown argument $what, choose one of on off volume:slider,-80,1,16 input:".$inputs_comma." mute:on,off statusRequest";