mirror of https://github.com/embarklabs/embark.git
remove log
This commit is contained in:
parent
83a84a35e1
commit
975caae00d
|
@ -94,7 +94,6 @@ export function *watchInitBlockHeader() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function *listenToProcessLogs(action) {
|
export function *listenToProcessLogs(action) {
|
||||||
console.log('WATCH', action.processName);
|
|
||||||
yield put({type: actions.IS_LISTENING_PROCESS_LOG, processName: action.processName});
|
yield put({type: actions.IS_LISTENING_PROCESS_LOG, processName: action.processName});
|
||||||
const socket = api.webSocketProcess(action.processName);
|
const socket = api.webSocketProcess(action.processName);
|
||||||
const channel = yield call(createChannel, socket);
|
const channel = yield call(createChannel, socket);
|
||||||
|
|
Loading…
Reference in New Issue