Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechoustoulakis committed Jul 22, 2024
1 parent 7b150aa commit c1e60a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adscript/src/integration/AdScriptTHEOIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ interface LogPoint {
}

export class AdScriptTHEOIntegration {
// References for constructor arguments
private player: ChromelessPlayer;
private logger: Logger;
private readonly adProcessor: ((ad: Ad) => EmbeddedContentMetadata) | undefined;
Expand All @@ -39,8 +38,6 @@ export class AdScriptTHEOIntegration {
private currentAdMetadata: EmbeddedContentMetadata | undefined;
private currentAdLogPoints: LogPoint[] = [];

private latestReportedEvent: string | undefined;

private JHMTApi = window.JHMTApi;
private JHMT = window.JHMT;

Expand Down Expand Up @@ -134,7 +131,6 @@ export class AdScriptTHEOIntegration {
}
}

// EVENT HANDLERS
private onDurationChange = (event: DurationChangeEvent) => {
if (this.player.ads?.playing || this.mainContentLogPoints.length) return;
const { duration } = event;
Expand Down

0 comments on commit c1e60a2

Please sign in to comment.