mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
feat: remove console.log
This commit is contained in:
parent
c0e954e69d
commit
78982e6f92
@ -35,8 +35,6 @@ export const useFeature = (
|
||||
mutate().catch(console.warn);
|
||||
}, [mutate]);
|
||||
|
||||
console.log('data body ', data?.body);
|
||||
|
||||
return {
|
||||
feature: data?.body || emptyFeature,
|
||||
refetchFeature,
|
||||
|
Loading…
Reference in New Issue
Block a user