1
0
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:
Gastón Fournier 2025-07-30 15:21:02 +02:00
parent e83b9aff2f
commit c96fc31ab2
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -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',