remove log

This commit is contained in:
Jonathan Rainville 2018-08-03 11:00:13 -04:00 committed by Pascal Precht
parent 83a84a35e1
commit 975caae00d
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

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