remove forgotten console.log(e)

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-25 15:58:38 +02:00
parent 69648de587
commit 887bb64483
1 changed files with 0 additions and 1 deletions

View File

@ -374,7 +374,6 @@ function areyousure(t) {
function prepare_to_pause(audio) {
for (const e of document.querySelectorAll('video,audio'))
{
console.log(e)
e.addEventListener('play', () => {
if (!audio.paused) audio.pause();
});