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);