Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Aug 12, 2024
1 parent fa9fbaf commit 352cd8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/modules/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const useDirectoryStore = defineStore(
return new Listing(listingItem)
},
)
console.log(this.listingList)
},
)
},
Expand Down

0 comments on commit 352cd8f

Please sign in to comment.