Skip to content

Commit 086b3c9

Browse files
authored
chore(triggers): remove stray [dbg-bc] debug console.log in record-change-trigger (#1974)
1 parent 83fd318 commit 086b3c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/triggers/trigger-record-change/src/record-change-trigger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ export class RecordChangeTrigger implements FlowTrigger {
179179
{ ...(inputDoc ?? {}), ...after }
180180
: inputDoc ?? (previous && typeof previous === 'object' ? previous : {});
181181

182-
// eslint-disable-next-line no-console
183-
console.log('[dbg-bc] ctx.input=', JSON.stringify(ctx.input), 'after=', JSON.stringify(after), 'record=', JSON.stringify(record));
184182
const session = (ctx.session ?? {}) as { userId?: string };
185183

186184
return {

0 commit comments

Comments
 (0)