Skip to content

Commit

Permalink
Remove debuggers and unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Jan 22, 2024
1 parent 413d464 commit e38f9df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions test/src/tests-persistence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,6 @@ describe('persistence', () => {

cookieData = findCookie();

debugger;
expect(cookieData['testMPID']).to.not.be.ok;
cookieData['MPID1'].ua.should.have.property('id', 'id2');
cookieData['MPID1'].ua.should.have.property('gender', 'male');
Expand Down Expand Up @@ -1871,7 +1870,7 @@ describe('persistence', () => {

it('fst should be set when the user does not change, after an identify request', done => {
mParticle._resetForTests(MPConfig);
debugger;

const cookies = JSON.stringify({
gs: {
sid: 'fst Test',
Expand Down
1 change: 0 additions & 1 deletion test/src/tests-self-hosting-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ describe('/config self-hosting integration tests', function() {
done();
});

// TODO: LOGIN needs self.idCache to exist, but
it('queued events contain login mpid instead of identify mpid when calling login immediately after mParticle initializes', function(done) {
const messages = [];
mParticle._resetForTests(MPConfig);
Expand Down

0 comments on commit e38f9df

Please sign in to comment.