0
Fork 0
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:
Emanuele Stoppa 2024-12-20 14:57:19 +00:00
parent 6ce0348d14
commit f8da27892b

View file

@ -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;