Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
rvsiyad committed Oct 18, 2024
1 parent 3ff9e0b commit 06dfdd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/services/licences/view-licence-purposes.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ async function go (licenceId) {

const pageData = ViewLicencePurposesPresenter.go(licencePurposes)

console.log('🚀🚀🚀 ~ pageData:', pageData)

return {
...pageData
}
Expand Down

0 comments on commit 06dfdd1

Please sign in to comment.