mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
46_TRX_LIGHT.pm: Removed unnecessary debug log message
git-svn-id: https://svn.fhem.de/fhem/trunk@19312 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
05f8ca14c1
commit
bce3aae8ac
@ -223,7 +223,6 @@ sub TRX_LIGHT_Set($@) {
|
||||
my ( $hash, $name, @a ) = @_;
|
||||
my $ret = undef;
|
||||
my $na = int(@a);
|
||||
Log3 $name,1,Dumper(@a);
|
||||
return "no set value specified" if ( $na < 1 || $na > 4 );
|
||||
|
||||
# look for device_type
|
||||
|
Loading…
x
Reference in New Issue
Block a user