From a924889d87bd9475d5e424f7300d5a569adf6cd1 Mon Sep 17 00:00:00 2001 From: pengfeizhou Date: Thu, 25 Feb 2021 14:29:02 +0800 Subject: [PATCH] feat:remove logs --- doric-js/index.debug.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/doric-js/index.debug.ts b/doric-js/index.debug.ts index c9d9606e..31d83c59 100644 --- a/doric-js/index.debug.ts +++ b/doric-js/index.debug.ts @@ -141,7 +141,6 @@ global.Entry = function () { if (!!contextId) { return Reflect.apply(doric.jsObtainEntry(contextId), doric, arguments); } else { - console.log(new Error().stack) const jsFile = new Error().stack?.split("\n") .map(e => e.match(/at\s__decorate.*?\s\((.*?)\)/)) .find(e => !!e)?.[1].match(/(.*?\.js)/)?.[1];