diff options
Diffstat (limited to 'app/client/system')
| -rw-r--r-- | app/client/system/system.reducer.js | 2 |
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: |
