removed console

This commit is contained in:
Pramod Mahajan 2025-05-18 02:22:21 +05:30
parent d716a5ffac
commit a837b16a7d

View File

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