summaryrefslogtreecommitdiff
path: root/app/client/live/live.reducer.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/live/live.reducer.js')
-rw-r--r--app/client/live/live.reducer.js3
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,