mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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.log = noop;
|
||||||
console.info = noop;
|
console.info = noop;
|
||||||
|
console.warn = noop;
|
||||||
}
|
}
|
||||||
|
|
||||||
function noop() {
|
function noop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user