diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 10:45:03 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 10:45:03 +0200 |
| commit | 49366ea08c378f3cd017feb7028986be0bef04ff (patch) | |
| tree | 1accfd02da405198a4f96462edcac19de27861a1 /app/client/live/live.reducer.js | |
| parent | 74b2d21ed42481f9f47b8106ae0f2a0accd53bc4 (diff) | |
less carpy
Diffstat (limited to 'app/client/live/live.reducer.js')
| -rw-r--r-- | app/client/live/live.reducer.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/client/live/live.reducer.js b/app/client/live/live.reducer.js index d2b4788..3731506 100644 --- a/app/client/live/live.reducer.js +++ b/app/client/live/live.reducer.js @@ -17,7 +17,6 @@ const liveInitialState = { const liveReducer = (state = liveInitialState, action) => { let results; -console.log(action.type) switch(action.type) { case types.socket.load_params: if (! action.opt || ! Object.keys(action.opt).length) { @@ -67,9 +66,7 @@ console.log(action.type) } case types.system.stdout: - console.log(action) if (action.data.processor === 'gpu') { - console.log('boo>', action.data) return { ...state, last_message: action.data.data, |
