Skip to content

Commit

Permalink
chore: remove dangling console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 14, 2023
1 parent ffcecad commit 9acefe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/deploy/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ const runDeploy = async ({
siteRoot: site.root,
})
} catch (error_) {
console.error(error_)
if (deployId) {
await cancelDeploy({ api, deployId })
}
Expand Down

0 comments on commit 9acefe4

Please sign in to comment.