diff --git a/ui/app/components/chart-primitives/v-annotations.js b/ui/app/components/chart-primitives/v-annotations.js index a49c0f2685a7..ce6df62381bb 100644 --- a/ui/app/components/chart-primitives/v-annotations.js +++ b/ui/app/components/chart-primitives/v-annotations.js @@ -58,7 +58,6 @@ export default class ChartPrimitiveVAnnotations extends Component { annotationIsActive(annotation) { const { key, activeAnnotation } = this.args; - console.log(key, activeAnnotation, annotation); if (!activeAnnotation) return false; if (key) return get(annotation, key) === get(activeAnnotation, key);