Skip to content

Commit 7efd2f6

Browse files
committed
chore: remove console log
1 parent 6b7593a commit 7efd2f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tracks/dummy-track/dummy-track.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class DummyTrackClass extends SVGTrack<DummyTrackOptions> {
6666
super(context, options);
6767
// @ts-expect-error Typescript things that the default option for textFontWeight is not compatible
6868
this.options = { ...defaultOptions, ...options };
69-
console.warn(this.options);
7069
// Set the width and height of the rect element so that other elements appended to gMain will be shown
7170
this.clipRect.attr('width', this.options.width).attr('height', this.options.height);
7271

0 commit comments

Comments
 (0)