Skip to content

Commit 881325c

Browse files
authored
chore: remove console log (#2085)
1 parent 38f34c7 commit 881325c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime/src/helpers/files.ts

-1
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)