mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: remove console log
This commit is contained in:
parent
3c1861590e
commit
03d937d7e7
@ -165,7 +165,6 @@ const useFeatureApi = () => {
|
||||
featureId: string,
|
||||
patchPayload: any
|
||||
) => {
|
||||
console.log(patchPayload);
|
||||
const path = `api/admin/projects/${projectId}/features/${featureId}`;
|
||||
const req = createRequest(path, {
|
||||
method: 'PATCH',
|
||||
|
Loading…
Reference in New Issue
Block a user