1
0
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:
Thomas Heartman 2024-07-23 09:08:31 +02:00
parent c0e954e69d
commit 78982e6f92
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -35,8 +35,6 @@ export const useFeature = (
mutate().catch(console.warn);
}, [mutate]);
console.log('data body ', data?.body);
return {
feature: data?.body || emptyFeature,
refetchFeature,