summaryrefslogtreecommitdiff
path: root/app/client/system/system.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-16 15:16:13 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-16 15:16:13 +0200
commitf6c930431fff255935c8fd5dc22a95ef5db9fc34 (patch)
tree3ef8b0d53de9921e8b0a4c4470501270b7eb5e4f /app/client/system/system.reducer.js
parent3504248ae4db51380413c45699e4453efb314561 (diff)
dashboard stuff
Diffstat (limited to 'app/client/system/system.reducer.js')
-rw-r--r--app/client/system/system.reducer.js1
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: