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