Skip to content

Commit eea4c03

Browse files
authored
Merge branch 'main' into tn/legacyFallbackEnvVar
2 parents 14fac5d + 881325c commit eea4c03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime/src/helpers/files.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export const moveStaticPages = async ({
133133
const dest = join(netlifyConfig.build.publish, targetPath)
134134

135135
try {
136-
console.log(`Moving ${source} to ${dest}`)
137136
await move(source, dest)
138137
} catch (error) {
139138
console.warn('Error moving file', source, error)

0 commit comments

Comments
 (0)