From fb8c9e6587e3bdf902eb1b058884f14866d04a25 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 2 Jun 2018 16:31:53 +0200 Subject: whmmm --- app/client/modules/samplernn/samplernn.reducer.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app/client/modules/samplernn/samplernn.reducer.js') diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index 5e83e98..27d4d58 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -11,6 +11,7 @@ const samplernnInitialState = { const samplernnReducer = (state = samplernnInitialState, action) => { switch(action.type) { case types.samplernn.init: + console.log(action.data) return { ...state, loading: false, -- cgit v1.2.3-70-g09d2