diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-14 11:47:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-14 11:47:08 +0200 |
| commit | 9b55cce94742b698b55db76b5139556ee454c483 (patch) | |
| tree | 8766cc47926cb621255afd06b828dfeb5972e1a3 /app/client/live/live.reducer.js | |
| parent | 9c75a4d23c901d456c65e5370a9f55c1f03944a9 (diff) | |
deploy bundle
Diffstat (limited to 'app/client/live/live.reducer.js')
| -rw-r--r-- | app/client/live/live.reducer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/live/live.reducer.js b/app/client/live/live.reducer.js index 1ab8e37..f1f2f4e 100644 --- a/app/client/live/live.reducer.js +++ b/app/client/live/live.reducer.js @@ -17,6 +17,7 @@ const liveInitialState = { const liveReducer = (state = liveInitialState, action) => { let results; + if (action.type !== 'SYSTEM_STDOUT') console.log(action.type, action) switch(action.type) { case types.socket.load_params: if (! action.opt || ! Object.keys(action.opt).length) { |
