diff --git a/src/redux/reducers/synth.js b/src/redux/reducers/synth.js index 7506ad0..20abe99 100644 --- a/src/redux/reducers/synth.js +++ b/src/redux/reducers/synth.js @@ -2,7 +2,7 @@ import { createSlice } from '@reduxjs/toolkit'; import { controls, strings, defaults } from '../../config/synth'; const defaultPatch = defaults(controls, strings); -console.log(defaultPatch) + export const synthSlice = createSlice({ name: 'synth', initialState: {