Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 3, 2024
1 parent 2302713 commit bc7fac8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/shared/sdk-client/src/LDClientImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,19 +566,6 @@ export default class LDClientImpl implements LDClient {

successDetail.prerequisites?.forEach((prereqKey) => {
this.variation(prereqKey, undefined);
// const prereqFlag = this.flagManager.get(prereqKey);
// if (prereqFlag) {
// this.eventProcessor?.sendEvent(
// eventFactory.evalEventClient(
// prereqKey,
// prereqFlag.flag.value,
// undefined,
// prereqFlag.flag,
// evalContext,
// prereqFlag.flag.reason,
// ),
// );
// }
});
this.eventProcessor?.sendEvent(
eventFactory.evalEventClient(
Expand Down

0 comments on commit bc7fac8

Please sign in to comment.