mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -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") {
|
||||
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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue