Skip to content

Commit a098171

Browse files
authored
fix(webapp): stop logging full batch item contents in batchTriggerV3 (#4404)
1 parent ed8f5e1 commit a098171

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/webapp/app/v3/services/batchTriggerV3.server.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,6 @@ export class BatchTriggerV3Service extends BaseService {
409409
{} as Record<string, typeof body.items>
410410
);
411411

412-
logger.debug("[BatchTriggerV2][call] Grouped items by task identifier", {
413-
itemsByTask,
414-
});
415-
416412
const idempotencyKeyLookups = Object.entries(itemsByTask).flatMap(([taskIdentifier, items]) => {
417413
const idempotencyKeys = Array.from(
418414
new Set(

0 commit comments

Comments
 (0)