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:
justme1968
2016-02-23 18:40:44 +00:00
parent 054d41c570
commit 043d7dfbf3

View File

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