From e38f9df4f494b00d94482c68fe12cb16556f6d32 Mon Sep 17 00:00:00 2001 From: Robert Ing Date: Mon, 22 Jan 2024 09:56:34 -0500 Subject: [PATCH] Remove debuggers and unnecessary comment --- test/src/tests-persistence.ts | 3 +-- test/src/tests-self-hosting-specific.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/src/tests-persistence.ts b/test/src/tests-persistence.ts index fd935278..26b5e712 100644 --- a/test/src/tests-persistence.ts +++ b/test/src/tests-persistence.ts @@ -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'); @@ -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', diff --git a/test/src/tests-self-hosting-specific.js b/test/src/tests-self-hosting-specific.js index 0fba7729..136ee117 100644 --- a/test/src/tests-self-hosting-specific.js +++ b/test/src/tests-self-hosting-specific.js @@ -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);