diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 11:48:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 11:48:22 +0200 |
| commit | eb3030ed0ad5aa93b99d237867480c989369930c (patch) | |
| tree | bb384c83553fb2a4e94752920d90928155ac8af2 /app/client/system/system.reducer.js | |
| parent | f7029fad191c34ffbb01a77c1c046dfc053bbd86 (diff) | |
waaaay better nav!
Diffstat (limited to 'app/client/system/system.reducer.js')
| -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: |
