Skip to content

Commit b1bd495

Browse files
authored
chore: removed duplicate startNewSession and endSession from instance-manager (#1111)
1 parent 06a2743 commit b1bd495

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mparticle-instance-manager.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ function mParticleInstanceManager(this: IMParticleInstanceManager) {
158158
this.setPosition = function(lat, lng) {
159159
self.getInstance().setPosition(lat, lng);
160160
};
161-
this.startNewSession = function() {
162-
self.getInstance().startNewSession();
163-
};
164-
this.endSession = function() {
165-
self.getInstance().endSession();
166-
};
167161
this.logBaseEvent = function(event, eventOptions) {
168162
self.getInstance().logBaseEvent(event, eventOptions);
169163
};

0 commit comments

Comments
 (0)