Remove debug statement

This commit is contained in:
Adrian Vollmer 2024-04-22 20:41:29 +02:00
parent ada047fba8
commit 76f8976646

View File

@ -111,7 +111,7 @@ window.fetch = async (...args) => {
const observer = new MutationObserver((mutationList) => {
console.log("Fix mutated elements...", mutationList);
// console.log("Fix mutated elements...", mutationList);
mutationList.forEach((mutation) => {
if (mutation.type == 'childList') {
Array.from(mutation.target.querySelectorAll("a")).forEach( a => {