Skip to content

Commit 5e5f7b5

Browse files
committed
mod: remove console.log
1 parent a49135b commit 5e5f7b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ exports.resolve = (modulePath, sourceFile, config) => {
4646
}
4747

4848
const paths = resolveLookupPaths(findPath, sourceDir);
49-
console.log('paths', paths);
5049
return findModulePath(findPath, paths);
5150
};
5251

0 commit comments

Comments
 (0)