diff --git a/js/hyperaudio-lite.js b/js/hyperaudio-lite.js index 987220f..ac771f0 100644 --- a/js/hyperaudio-lite.js +++ b/js/hyperaudio-lite.js @@ -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.