We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f34c7 commit 881325cCopy full SHA for 881325c
packages/runtime/src/helpers/files.ts
@@ -133,7 +133,6 @@ export const moveStaticPages = async ({
133
const dest = join(netlifyConfig.build.publish, targetPath)
134
135
try {
136
- console.log(`Moving ${source} to ${dest}`)
137
await move(source, dest)
138
} catch (error) {
139
console.warn('Error moving file', source, error)
0 commit comments