mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
chore: remove logs that are already used
This commit is contained in:
parent
6ce0348d14
commit
f8da27892b
1 changed files with 0 additions and 7 deletions
|
@ -44,13 +44,6 @@ export function vitePluginServerIslands({ settings, logger }: AstroPluginOptions
|
|||
);
|
||||
}
|
||||
|
||||
if (settings.buildOutput !== 'server') {
|
||||
logger.error(
|
||||
'islands',
|
||||
'You tried to use a server island, but your output isn\'t `"server"`. Use an adapter that support server output.',
|
||||
);
|
||||
}
|
||||
|
||||
let name = comp.localName;
|
||||
let idx = 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue