Skip to content

Commit

Permalink
Remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Oct 4, 2022
1 parent f0c58fb commit 2bc9fce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/plugins/aiops/common/api/stream_reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export function streamReducer(
return action.reduce(streamReducer, state);
}

// eslint-disable-next-line no-console
console.log('action', action);

switch (action.type) {
case API_ACTION_NAME.ADD_CHANGE_POINTS:
return { ...state, changePoints: [...state.changePoints, ...action.payload] };
Expand Down

0 comments on commit 2bc9fce

Please sign in to comment.