Skip to content

Commit

Permalink
Remove console.log (#25207)
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 authored Nov 6, 2018
1 parent 8149642 commit 6ec3f0d
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 6ec3f0d

Please sign in to comment.