1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00

Disable warn logs in content-script (#19754)

This commit is contained in:
weizman 2023-06-26 14:00:38 +03:00 committed by GitHub
parent 1c7c89abcb
commit 6bb786f3fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ if (
) {
console.log = noop;
console.info = noop;
console.warn = noop;
}
function noop() {