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:
parent
a44cfb874a
commit
95795f85db
2 changed files with 5 additions and 2 deletions
5
.changeset/soft-cows-buy.md
Normal file
5
.changeset/soft-cows-buy.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Remove debug logging from build
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue