Skip to content

Commit

Permalink
feat: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasassuncao committed Nov 13, 2024
1 parent b0a68ea commit 991e638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/release/install-next-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function installNextUi ({ execaSync, ora, nextVersion, packages, retry = false }

return { success: true, error: false }
} catch (error) {
console.log(error, '<-- error')
if (retry) {
installSpinner.fail('Falha ao instalar "ui" no "app-extension')
return { success: false, error: true }
Expand Down

0 comments on commit 991e638

Please sign in to comment.