Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Nov 19, 2023
1 parent be3b785 commit 3340e8c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions app/.env

This file was deleted.

2 changes: 1 addition & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dist
dist-ssr
coverage
*.local
.env*
.env
*.env*
*.env.*

Expand Down
1 change: 0 additions & 1 deletion app/src/views/Favorites.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default defineComponent({
},
},
mounted() {
console.log('went here')
this.getFavorites()
},
})
Expand Down
1 change: 0 additions & 1 deletion app/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ import { defineComponent } from "vue";
import FruitsApi from '@/api/fruits'
import type Fruit from '@/types/Fruit'
export default defineComponent({
name: 'home',
data() {
Expand Down

0 comments on commit 3340e8c

Please sign in to comment.