From 75b3ed15205523a168615ccecc4db2f98924238c Mon Sep 17 00:00:00 2001 From: uwaa Date: Fri, 10 Jan 2025 09:07:55 +0000 Subject: [PATCH] remove print statement oops --- rot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rot.js b/rot.js index 977227b..a1c8015 100644 --- a/rot.js +++ b/rot.js @@ -137,7 +137,6 @@ waitUntil("#music-mute").then((box) => { function applySpecialTheme() { setTimeout(() => { let pageMusic = document.querySelector('meta[name="pageMusic"]')?.content || document.getElementById("pageMusic")?.getAttribute("href"); - console.log(pageMusic); setMusic(pageMusic); playMusic();