Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 29, 2023
1 parent ebbcfee commit 7074235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/esbuild-plugin-meta-url/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export default function({ emit = true } = {}) {
}
}

console.log('>', entryPoint, path.sep, entryPoint.split(path.sep).join('/'));
helpers.overwrite(startToken.start, endToken.end, `new URL('./${entryPoint.split(path.sep).join('/')}', ${baseUrl})`);
return;
}
Expand Down

0 comments on commit 7074235

Please sign in to comment.