NoTrack: Remove obsolete patch

This commit is contained in:
Nuckyz 2024-11-08 06:54:09 -03:00
parent 3b295e1f6f
commit fd1aba7bab
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -59,15 +59,7 @@ export default definePlugin({
replace: "$&return;"
}
]
},
{
find: ".installedLogHooks)",
replacement: {
// if getDebugLogging() returns false, the hooks don't get installed.
match: "getDebugLogging(){",
replace: "getDebugLogging(){return false;"
}
},
}
],
startAt: StartAt.Init,