mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
31_LightScene.pm: removed log output
git-svn-id: https://svn.fhem.de/fhem/trunk@12879 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
39aa0683c8
commit
3866b3977d
@ -645,7 +645,6 @@ LightScene_Set($@)
|
||||
my( $index )= grep { $sorted[$_] eq $current } 0..$#sorted;
|
||||
$index = -1 if( !defined($index) );
|
||||
|
||||
Log 1, $index;
|
||||
++$index if( $cmd eq 'nextScene' );
|
||||
--$index if( $cmd eq 'previousScene' );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user