diff --git a/embark-ui/src/sagas/index.js b/embark-ui/src/sagas/index.js index abea87476..7160f5a1d 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);