diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:11:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:11:58 +0200 |
| commit | 5dece5cd3e1271b3af6efb5e0179a571ebdef4ef (patch) | |
| tree | aecde9fc264b04c70d42a1eb477e9929a6acda3f /app/client/modules/samplernn/samplernn.reducer.js | |
| parent | c34ecb4aacb1d27913088ff2b4546f1504d8dd86 (diff) | |
actually importing stuff
Diffstat (limited to 'app/client/modules/samplernn/samplernn.reducer.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.reducer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index 65d9e3d..b294c2f 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -10,7 +10,7 @@ const samplernnInitialState = { } const samplernnReducer = (state = samplernnInitialState, action) => { - console.log(action.type) + // console.log(action.type) switch(action.type) { case types.samplernn.init: return { |
