removed console
This commit is contained in:
parent
86e9854071
commit
ada8856b3b
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user