From ada8856b3b1fe3f37c95dd0a11694b52eaf7599e Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 18 May 2025 02:22:21 +0530 Subject: [PATCH] removed console --- src/hooks/useDirectory.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/useDirectory.js b/src/hooks/useDirectory.js index 9c62723b..21c4a320 100644 --- a/src/hooks/useDirectory.js +++ b/src/hooks/useDirectory.js @@ -40,7 +40,6 @@ export const useBuckets = () => { const cacheBuckets = getCachedData("buckets"); if (!cacheBuckets) { setLoading( true ); - console.log("called") try { const resp = await DirectoryRepository.GetBucktes(); setBuckets(resp.data);