From cec2f3c6dd0669f3cc2e620a795d46a2204affdc Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Sat, 12 Aug 2023 17:31:41 -0300 Subject: [PATCH] remove more logs --- resources/js/store/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/js/store/index.ts b/resources/js/store/index.ts index bef00fe..79067a9 100644 --- a/resources/js/store/index.ts +++ b/resources/js/store/index.ts @@ -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);