From 5dece5cd3e1271b3af6efb5e0179a571ebdef4ef Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 01:11:58 +0200 Subject: actually importing stuff --- app/client/modules/samplernn/samplernn.reducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 { -- cgit v1.2.3-70-g09d2