summaryrefslogtreecommitdiff
path: root/app/client/system/system.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-18 11:48:22 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-18 11:48:22 +0200
commiteb3030ed0ad5aa93b99d237867480c989369930c (patch)
treebb384c83553fb2a4e94752920d90928155ac8af2 /app/client/system/system.reducer.js
parentf7029fad191c34ffbb01a77c1c046dfc053bbd86 (diff)
waaaay better nav!
Diffstat (limited to 'app/client/system/system.reducer.js')
-rw-r--r--app/client/system/system.reducer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.reducer.js b/app/client/system/system.reducer.js
index b6c5a83..cc6fe6a 100644
--- a/app/client/system/system.reducer.js
+++ b/app/client/system/system.reducer.js
@@ -46,7 +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)
+ // console.log(action.type)
let processor = null
switch(action.type) {
case types.socket.connect: