1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: remove console.log

This commit is contained in:
Ivar Conradi Østhus 2021-10-06 12:37:41 +02:00
parent 20dd352875
commit 10fa0fd908

View File

@ -26,8 +26,6 @@ const FeatureOverviewEnvironment = ({
const { toast, setToastData } = useToast();
const history = useHistory();
console.log(env);
const handleClick = () => {
history.push(
`/projects/${projectId}/features2/${featureId}/strategies?environment=${env.name}`