Skip to content

Commit c055a4f

Browse files
committed
remove comment about user identities
1 parent 359ce1b commit c055a4f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/roktManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ export default class RoktManager {
195195
const mappedAttributes = this.mapPlacementAttributes(attributes, this.placementAttributesMapping);
196196
this.logger?.verbose(`mParticle.Rokt selectPlacements called with attributes:\n${JSON.stringify(attributes, null, 2)}`);
197197

198-
// Get current user identities
199198
this.currentUser = this.identityService.getCurrentUser();
200199
const currentUserIdentities = this.currentUser?.getUserIdentities()?.userIdentities || {};
201200

0 commit comments

Comments
 (0)