Skip to content

Commit

Permalink
Remove debug logging from output (#12756)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Dec 16, 2024
1 parent a44cfb8 commit 95795f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-cows-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Remove debug logging from build
2 changes: 0 additions & 2 deletions packages/astro/src/core/build/static-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 95795f8

Please sign in to comment.