Skip to content

Commit

Permalink
Remove console.log (elastic#25207)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Nov 6, 2018
1 parent 98b1abc commit 1510857
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Annotation extends Component {
const [ timestamp, messageSource ] = this.props.series;
const reversed = this.props.reversed ? '-reversed' : '';
const messages = messageSource.map((message, i) => {
console.log(message);
return (
<div
key={`${message}-${i}`}
Expand Down

0 comments on commit 1510857

Please sign in to comment.