From 8e23d1858b9404c564a5dd794ad8fcfa6f169178 Mon Sep 17 00:00:00 2001 From: xyf-mac Date: Sat, 30 Oct 2021 16:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/devtools/inject/log.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 source/src/devtools/inject/log.ts diff --git a/source/src/devtools/inject/log.ts b/source/src/devtools/inject/log.ts deleted file mode 100644 index 430f323..0000000 --- a/source/src/devtools/inject/log.ts +++ /dev/null @@ -1,5 +0,0 @@ -// const _warn = console.warn; -// console.warn = function () { -// // @ts-ignore -// return _warn.apply(console, arguments); -// }