Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
estephinson committed Nov 1, 2023
1 parent 8929f9d commit 685c2fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/build/src/core/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ const runBuild = async function ({
const { steps, events } =
timeline === 'dev' ? getDevSteps(devCommand, pluginsSteps, eventHandlers) : getSteps(pluginsSteps, eventHandlers)

console.log({ steps })

if (dry) {
await doDryRun({ buildDir, steps, netlifyConfig, constants, buildbotServerSocket, logs })
return { netlifyConfig }
Expand Down

0 comments on commit 685c2fd

Please sign in to comment.