remove log

This commit is contained in:
Jonathan Rainville 2018-08-03 11:00:13 -04:00 committed by Iuri Matias
parent 264daaf698
commit aab356a379

View File

@ -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);