0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Remove debug logging from output (#12756)

This commit is contained in:
Matthew Phillips 2024-12-16 16:25:27 -05:00 committed by GitHub
parent a44cfb874a
commit 95795f85db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Remove debug logging from build

View file

@ -422,8 +422,6 @@ async function ssrMoveAssets(opts: StaticBuildOptions) {
cwd: fileURLToPath(serverAssets),
});
console.log('FILES2', files);
if (files.length > 0) {
await Promise.all(
files.map(async function moveAsset(filename) {