Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
janvennemann committed Nov 10, 2023
1 parent b60909c commit 4f7c362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node/plugins/requireAnalysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ export function requireAnalysisPlugin(): Plugin {
);
} else {
needQueryInjectHelper = true;
console.log('__vite__injectQuery', { start, end, specifier });
str().overwrite(
start,
end,
Expand Down

0 comments on commit 4f7c362

Please sign in to comment.