Skip to content

Commit

Permalink
revert temp test change
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Apr 12, 2024
1 parent f588041 commit 552e713
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ import './title-bar.js';
// Import Html5 tech, at least for disposing the original video tag.
import './tech/html5.js';

// Just something as an uncovered change.
let aa;

if (1 === 1) {
aa = 'b';
}

window.console.log(aa);

// The following tech events are simply re-triggered
// on the player when they happen
const TECH_EVENTS_RETRIGGER = [
Expand Down

0 comments on commit 552e713

Please sign in to comment.