提交 e5234b09 编写于 作者: E Eugene Pankov

removed debug logging

上级 a146505c
......@@ -81,7 +81,6 @@ builtinModules.forEach(m => {
const originalRequire = (global as any).require
;(global as any).require = function (query: string) {
console.log('grq', query)
if (cachedBuiltinModules[query]) {
return cachedBuiltinModules[query]
}
......@@ -90,7 +89,6 @@ const originalRequire = (global as any).require
const originalModuleRequire = nodeModule.prototype.require
nodeModule.prototype.require = function (query: string) {
console.log('mrq', query)
if (cachedBuiltinModules[query]) {
return cachedBuiltinModules[query]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册