mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: remove console log
This commit is contained in:
		
							parent
							
								
									3c1861590e
								
							
						
					
					
						commit
						03d937d7e7
					
				@ -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',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user