From 975caae00d98bcb36a3d73e7021ff4f6abf09da1 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 3 Aug 2018 11:00:13 -0400 Subject: [PATCH] remove log --- embark-ui/src/sagas/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/embark-ui/src/sagas/index.js b/embark-ui/src/sagas/index.js index abea8747..7160f5a1 100644 --- a/embark-ui/src/sagas/index.js +++ b/embark-ui/src/sagas/index.js @@ -94,7 +94,6 @@ export function *watchInitBlockHeader() { } export function *listenToProcessLogs(action) { - console.log('WATCH', action.processName); yield put({type: actions.IS_LISTENING_PROCESS_LOG, processName: action.processName}); const socket = api.webSocketProcess(action.processName); const channel = yield call(createChannel, socket);