Skip to content

Commit

Permalink
chore: clean up console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeterman-gp committed Nov 22, 2024
1 parent edc1aeb commit 31abd2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions assets/js/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
if (!audio.paused) audio.pause();
});
};

console.log('all audio', allAudio);
})(document, window);
2 changes: 0 additions & 2 deletions assets/js/show-audio.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
((doc, win) => {
const allShowAudio = doc.querySelectorAll('.show-audio');

console.log(allShowAudio);

allShowAudio.forEach((wrapper) => {
const audio = wrapper.querySelector('audio');
const button = wrapper.querySelector('button');
Expand Down

0 comments on commit 31abd2c

Please sign in to comment.