diff --git a/ui/src/shared/components/TableGraph.js b/ui/src/shared/components/TableGraph.js index edcdaba6fe..4dfaef20e7 100644 --- a/ui/src/shared/components/TableGraph.js +++ b/ui/src/shared/components/TableGraph.js @@ -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,