We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7593a commit 7efd2f6Copy full SHA for 7efd2f6
src/tracks/dummy-track/dummy-track.ts
@@ -66,7 +66,6 @@ export class DummyTrackClass extends SVGTrack<DummyTrackOptions> {
66
super(context, options);
67
// @ts-expect-error Typescript things that the default option for textFontWeight is not compatible
68
this.options = { ...defaultOptions, ...options };
69
- console.warn(this.options);
70
// Set the width and height of the rect element so that other elements appended to gMain will be shown
71
this.clipRect.attr('width', this.options.width).attr('height', this.options.height);
72
0 commit comments