mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
remove addEventListener logging
This commit is contained in:
parent
c0264dab77
commit
bcbb660cc6
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ export const windowProxy = new Proxy(window, {
|
||||||
} else if (propIsString && prop === "$scramjet") {
|
} else if (propIsString && prop === "$scramjet") {
|
||||||
return;
|
return;
|
||||||
} else if (propIsString && prop === "addEventListener") {
|
} else if (propIsString && prop === "addEventListener") {
|
||||||
console.log("addEventListener getteetetetetet");
|
|
||||||
|
|
||||||
return new Proxy(window.addEventListener, {
|
return new Proxy(window.addEventListener, {
|
||||||
apply(target1, thisArg, argArray) {
|
apply(target1, thisArg, argArray) {
|
||||||
window.addEventListener(argArray[0], argArray[1]);
|
window.addEventListener(argArray[0], argArray[1]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue