Skip to content

Commit

Permalink
chore: remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 2, 2024
1 parent 69da3c5 commit 483ced3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export function jitiResolve(
let resolved, err;

if (ctx.isNativeRe.test(id)) {
console.log("$$$$$", id);
return id;
}

Expand Down

0 comments on commit 483ced3

Please sign in to comment.