diff --git a/src/lib/addons/webhook.test.ts b/src/lib/addons/webhook.test.ts index 630e1e0248..4f7375c284 100644 --- a/src/lib/addons/webhook.test.ts +++ b/src/lib/addons/webhook.test.ts @@ -72,7 +72,6 @@ describe('Webhook integration', () => { .post('/') .matchHeader('Content-Type', 'application/json') .reply(200, (uri, body) => { - console.log(`uri: ${uri} body: ${body}`); callCount++; callBody = body; return { ok: true, status: 200 }; diff --git a/src/test/e2e/services/playground-service.test.ts b/src/test/e2e/services/playground-service.test.ts index 8bb21508f7..73ba25f692 100644 --- a/src/test/e2e/services/playground-service.test.ts +++ b/src/test/e2e/services/playground-service.test.ts @@ -204,10 +204,6 @@ describe('the playground service (e2e)', () => { segments?: SegmentSchema[]; }): Promise => { await seedDatabaseForPlaygroundTest(db, features, env, segments); - - // const activeSegments = await db.stores.segmentStore.getAllFeatureStrategySegments() - // console.log("active segments db seeding", activeSegments) - const projects = '*'; const serviceFeatures = await service.evaluateQuery(