Skip to content

Commit 08d1bfe

Browse files
Remove log
Co-authored-by: lindsaylevine <[email protected]>
1 parent f44e242 commit 08d1bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helpers/verifyBuildTarget.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const verifyBuildTarget = async ({ failBuild, netlifyConfig }) => {
1010
const nextRoot = getNextRoot({ netlifyConfig })
1111

1212
const { target, configFile, ...rest } = await getNextConfig(failBuild, nextRoot)
13-
console.log({ target, rest, configFile, nextRoot })
1413

1514
// If the next config exists, log warning if target isnt in acceptableTargets
1615
const acceptableTargets = ['serverless', 'experimental-serverless-trace']

0 commit comments

Comments
 (0)