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:
parent
1c7c89abcb
commit
6bb786f3fd
@ -6,6 +6,7 @@ if (
|
||||
) {
|
||||
console.log = noop;
|
||||
console.info = noop;
|
||||
console.warn = noop;
|
||||
}
|
||||
|
||||
function noop() {
|
||||
|
Loading…
Reference in New Issue
Block a user