remove addEventListener logging

This commit is contained in:
wearrrrr 2024-07-17 21:11:08 -05:00
parent c0264dab77
commit bcbb660cc6

View file

@ -16,8 +16,6 @@ export const windowProxy = new Proxy(window, {
} else if (propIsString && prop === "$scramjet") {
return;
} else if (propIsString && prop === "addEventListener") {
console.log("addEventListener getteetetetetet");
return new Proxy(window.addEventListener, {
apply(target1, thisArg, argArray) {
window.addEventListener(argArray[0], argArray[1]);