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
							
								
									20dd352875
								
							
						
					
					
						commit
						10fa0fd908
					
				@ -26,8 +26,6 @@ const FeatureOverviewEnvironment = ({
 | 
				
			|||||||
    const { toast, setToastData } = useToast();
 | 
					    const { toast, setToastData } = useToast();
 | 
				
			||||||
    const history = useHistory();
 | 
					    const history = useHistory();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    console.log(env);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    const handleClick = () => {
 | 
					    const handleClick = () => {
 | 
				
			||||||
        history.push(
 | 
					        history.push(
 | 
				
			||||||
            `/projects/${projectId}/features2/${featureId}/strategies?environment=${env.name}`
 | 
					            `/projects/${projectId}/features2/${featureId}/strategies?environment=${env.name}`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user