Skip to content
Snippets Groups Projects
Commit cc644359 authored by Jacopo Gasparetto's avatar Jacopo Gasparetto
Browse files

Remove console log

parent 887cec3f
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ export const Buckets = () => { ...@@ -25,7 +25,6 @@ export const Buckets = () => {
setIsFirstRender(false); setIsFirstRender(false);
APIService.get("buckets") APIService.get("buckets")
.then(data => { .then(data => {
console.log(data);
setBucketLists(data["buckets"]); setBucketLists(data["buckets"]);
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment