mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 05:56:00 +00:00
remove log
This commit is contained in:
parent
264daaf698
commit
aab356a379
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user