diff options
Diffstat (limited to 'app/client/system/system.reducer.js')
| -rw-r--r-- | app/client/system/system.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/system/system.reducer.js b/app/client/system/system.reducer.js index cc87128..dd980ea 100644 --- a/app/client/system/system.reducer.js +++ b/app/client/system/system.reducer.js @@ -46,6 +46,7 @@ const systemInitialState = { const modules = ['pix2pix','samplernn','pix2wav'].reduce((a,b) => (a[b]=b,a),{}) const systemReducer = (state = systemInitialState, action) => { + console.log(action.type) let processor = null switch(action.type) { case types.socket.connect: |
