1
0
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:
Fredrik Oseberg 2022-01-24 15:23:26 +01:00
parent 3c1861590e
commit 03d937d7e7

View File

@ -165,7 +165,6 @@ const useFeatureApi = () => {
featureId: string, featureId: string,
patchPayload: any patchPayload: any
) => { ) => {
console.log(patchPayload);
const path = `api/admin/projects/${projectId}/features/${featureId}`; const path = `api/admin/projects/${projectId}/features/${featureId}`;
const req = createRequest(path, { const req = createRequest(path, {
method: 'PATCH', method: 'PATCH',