Skip to content

Commit 9ab43d0

Browse files
authored
chore: remove log (#487)
1 parent 301455f commit 9ab43d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helpers/resolveNextModule.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const resolveNextModule = (modules, nextRoot) => {
1717
try {
1818
const resolved = require.resolve(module, { paths })
1919
if (resolved) {
20-
console.log('resolved', resolved)
2120
return resolved
2221
}
2322
} catch (error) {

0 commit comments

Comments
 (0)