removed console
This commit is contained in:
parent
d716a5ffac
commit
a837b16a7d
@ -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