mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-12 23:26:39 +00:00
remove log
This commit is contained in:
parent
4a81a6c38a
commit
125d4768fd
@ -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…
x
Reference in New Issue
Block a user