Skip to content

Commit

Permalink
[MOD] Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Feb 20, 2021
1 parent 0df4286 commit a197f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/reducers/synth.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a197f1f

Please sign in to comment.