From eb3030ed0ad5aa93b99d237867480c989369930c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 18 Jun 2018 11:48:22 +0200 Subject: waaaay better nav! --- app/client/system/system.reducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/client/system') 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: -- cgit v1.2.3-70-g09d2