Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Aug 19, 2022
1 parent 267573e commit 09052b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/esmockModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const esmockModulesCreate = async (pathCallee, pathModule, esmockKey, defs, keys

const esmockModuleMock = async (calleePath, modulePath, defs, gdefs, opt) => {
const pathModuleFull = resolvewith(modulePath, calleePath)
console.log({ modulePath, calleePath, pathModuleFull })
const esmockKey = typeof opt.key === 'number' ? opt.key : esmockNextKey()
const esmockModuleKeys = await esmockModulesCreate(
calleePath, pathModuleFull, esmockKey, defs, Object.keys(defs), 0, opt)
Expand Down

0 comments on commit 09052b1

Please sign in to comment.