Skip to content

Commit

Permalink
fix: Remove unnecessary import in the TTIPlugin (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps863 committed Dec 13, 2023
1 parent d778bac commit e5f2ec3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plugins/event-plugins/TTIPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { TTIMetric, onTTI } from '../../time-to-interactive/TimeToInteractive';
import { TimeToInteractiveEvent } from '../../events/time-to-interactive-event';
import { TIME_TO_INTERACTIVE_EVENT_TYPE } from '../utils/constant';
import { PluginContext } from 'plugins/types';
import { InternalPlugin } from '../InternalPlugin';

export const TTI_EVENT_PLUGIN_ID = 'time-to-interactive';
Expand All @@ -14,8 +13,6 @@ export class TTIPlugin extends InternalPlugin {
this.fpsEnabled = fpsMeasurementEnabled;
}

protected context!: PluginContext;

enable(): void {
/* Nothing to do. */
}
Expand Down

0 comments on commit e5f2ec3

Please sign in to comment.