Browse Source

remove log

pull/69/head
vargburz 1 month ago
parent
commit
3f9342b5e1
  1. 1
      src/index.ts

1
src/index.ts

@ -32,7 +32,6 @@ class LinePod extends ChartwerkPod<LineTimeSerie, LineOptions> {
} }
override renderMetrics(): void { override renderMetrics(): void {
console.log('renderMetrics1');
this.clearAllMetrics(); this.clearAllMetrics();
this.updateCrosshair(); this.updateCrosshair();

Loading…
Cancel
Save