Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maboa committed Nov 28, 2023
1 parent 0c1f0aa commit e4559fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/hyperaudio-lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,6 @@ class HyperaudioLite {
this.parentElements = this.transcript.getElementsByTagName(this.parentTag);
this.player = document.getElementById(mediaElementId);

console.log(mediaElementId);
console.log(this.player);

// Grab the media source and type from the first section if it exists
// and add it to the media element.

Expand Down

0 comments on commit e4559fc

Please sign in to comment.