diff --git a/src/scenes/Scene.tsx b/src/scenes/Scene.tsx index d973943..6082886 100644 --- a/src/scenes/Scene.tsx +++ b/src/scenes/Scene.tsx @@ -121,10 +121,6 @@ class Scene extends React.Component<{}, RyzenControllerAppContextType> { }, }; - if (this.state.presets.hasOwnProperty(name)) { - // @TODO handle preset creation when name already existing. - } - this.setState({ presets: { ...this.state.presets,