feat:remove logs
This commit is contained in:
parent
b60fffd055
commit
a924889d87
@ -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];
|
||||
|
Reference in New Issue
Block a user