Skip to content

Commit 86c2d8e

Browse files
committed
Remove outdated comment.
1 parent 9596c27 commit 86c2d8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/shared/sdk-client/src/LDClientImpl.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ export default class LDClientImpl implements LDClient {
139139
// extracting all flag values
140140
const result = Object.entries(this._flagManager.getAll()).reduce(
141141
(acc: LDFlagSet, [key, descriptor]) => {
142-
// If this is changed to use _variationInternal, than that function will need updated
143-
// to ensure it does not notify inspectors/hooks. (In addition to not sending events).
144142
if (descriptor.flag !== null && descriptor.flag !== undefined && !descriptor.flag.deleted) {
145143
acc[key] = descriptor.flag.value;
146144
}

0 commit comments

Comments
 (0)