mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02: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 () => {
|
const onClick = async () => {
|
||||||
console.log('*********');
|
|
||||||
console.log(enableProdGuard);
|
|
||||||
console.log(isChangeRequestConfigured(environmentName));
|
|
||||||
console.log('*********');
|
|
||||||
if (enableProdGuard && !isChangeRequestConfigured(environmentName)) {
|
if (enableProdGuard && !isChangeRequestConfigured(environmentName)) {
|
||||||
setShowProdGuard(true);
|
setShowProdGuard(true);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user