Skip to content

Commit

Permalink
remove more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Aug 12, 2023
1 parent 2fe9991 commit cec2f3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ export const useAppStore = defineStore('app', {
try {
this.newCollection = false;

console.log('before collection api');
const res = await CollectionApi.getCollectionsIds(totalCount);
console.log('after collection api');
const collectionsData = res.data.GetCollections;
if (collectionsData.pageInfo.hasNextPage) {
await this.fetchCollectionIds(collectionsData.totalCount);
Expand Down

0 comments on commit cec2f3c

Please sign in to comment.