Skip to content

Commit

Permalink
chore: remove annoying log
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 19, 2023
1 parent 0a038b7 commit f1033fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/qwik/src/optimizer/src/plugins/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ export function qwikVite(qwikViteOpts: QwikVitePluginOptions = {}): any {
if (fs.existsSync(path)) {
qwikPlugin.log('Reading Qwik Insight data from: ' + cwdRelativePath);
return JSON.parse(await fs.promises.readFile(path, 'utf-8')) as InsightManifest;
} else {
qwikPlugin.log(
'Qwik Insight not found `' +
cwdRelativePath +
'`, skipping.\n' +
'\t\tConsider setting up https://qwik.builder.io/docs/labs/insights/ for better bundle optimization.'
);
}
return null;
}
Expand Down

0 comments on commit f1033fb

Please sign in to comment.