mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
Remove console.log
This commit is contained in:
parent
e83b9aff2f
commit
c96fc31ab2
@ -681,9 +681,6 @@ export class FeatureToggleService {
|
|||||||
projectId,
|
projectId,
|
||||||
)
|
)
|
||||||
: params?.stickiness;
|
: params?.stickiness;
|
||||||
console.log(
|
|
||||||
`stickiness: ${stickiness} from params: ${JSON.stringify(params)}`,
|
|
||||||
);
|
|
||||||
return {
|
return {
|
||||||
...params,
|
...params,
|
||||||
rollout: params?.rollout ?? '100',
|
rollout: params?.rollout ?? '100',
|
||||||
|
Loading…
Reference in New Issue
Block a user