diff --git a/ui/src/shared/components/AnnotationSpan.js b/ui/src/shared/components/AnnotationSpan.js index a281600f3..a0dbd2ed9 100644 --- a/ui/src/shared/components/AnnotationSpan.js +++ b/ui/src/shared/components/AnnotationSpan.js @@ -90,7 +90,6 @@ class AnnotationSpan extends React.Component { renderLeftMarker(startTime, dygraph) { const isEditing = this.props.mode === EDITING - const humanTime = `${new Date(+startTime)}` const {isDragging, isMouseOver} = this.state const {annotation} = this.props @@ -111,12 +110,7 @@ class AnnotationSpan extends React.Component { const left = dygraph.toDomXCoord(startTime) + 16 return ( -
+
{showTooltip &&