remove console log

pull/10616/head
Iris Scholten 2018-03-21 14:26:58 -07:00
parent 2451891788
commit adc33b20bf
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ class TableGraph extends Component {
? data[rowIndex][0]
: data[columnIndex][0]
onSetHoverTime(hoverTime.toString())
console.log(moment(hoverTime).format(this.props.tableOptions.timeFormat))
}
this.setState({
hoveredColumnIndex: columnIndex,