2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 07:19:24 +00:00

31_LightScene.pm: don't save on delete -> would clear config on shutdown and reread

git-svn-id: https://svn.fhem.de/fhem/trunk@10925 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-02-23 18:40:44 +00:00
parent 610272d350
commit 92f765840c

View File

@ -90,7 +90,6 @@ sub LightScene_Undefine($$)
my ($hash,$arg) = @_; my ($hash,$arg) = @_;
delete $hash->{SCENES}; delete $hash->{SCENES};
LightScene_Save();
return undef; return undef;
} }