Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewelsby committed Feb 7, 2024
1 parent f30db7e commit 2c09598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export default {
.select('*')
.eq('id', 1)
.single()
console.log(albumResp.data)
return {
latestShow: showResp.data,
album: albumResp.data,
Expand Down

0 comments on commit 2c09598

Please sign in to comment.