mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: remove console from FeatureToggleSwitch (#4928)
Removes missed console log from FeatureToggleSwitch Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
e418e9c46f
commit
bd008c821a
@ -150,10 +150,6 @@ export const FeatureToggleSwitch: VFC<IFeatureToggleSwitchProps> = ({
|
||||
};
|
||||
|
||||
const onClick = async () => {
|
||||
console.log('*********');
|
||||
console.log(enableProdGuard);
|
||||
console.log(isChangeRequestConfigured(environmentName));
|
||||
console.log('*********');
|
||||
if (enableProdGuard && !isChangeRequestConfigured(environmentName)) {
|
||||
setShowProdGuard(true);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user