Skip to content

Commit

Permalink
Remove errant log line
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Mar 24, 2021
1 parent d9426df commit c15bf65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/components/chart-primitives/v-annotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c15bf65

Please sign in to comment.