From fbbae4cee6358bf1b0e1bd9cc479bc9d130bd199 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 29 May 2018 05:03:09 +0200 Subject: start and stop a process baby!! --- app/client/modules/samplernn/samplernn.reducer.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/client/modules') diff --git a/app/client/modules/samplernn/samplernn.reducer.js b/app/client/modules/samplernn/samplernn.reducer.js index 1027411..c8e9635 100644 --- a/app/client/modules/samplernn/samplernn.reducer.js +++ b/app/client/modules/samplernn/samplernn.reducer.js @@ -20,9 +20,6 @@ const samplernnReducer = (state = samplernnInitialState, action) => { ...state, } case types.task.task_finish: - if (state.runner[action.task.processor].task.uuid !== action.task.uuid) { - return state - } return { ...state, } -- cgit v1.2.3-70-g09d2