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:
parent
20dd352875
commit
10fa0fd908
@ -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}`
|
||||
|
Loading…
Reference in New Issue
Block a user