Skip to content

Commit

Permalink
DPP-96 removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Dec 8, 2023
1 parent 11a84a6 commit 7b91333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/data-store/src/eventLogger/EventLoggerStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export class EventLoggerStore extends AbstractEventLoggerStore {
debug('Storing audit event', auditEventEntity)
const createdResult: AuditEventEntity = await connection.getRepository(AuditEventEntity).save(auditEventEntity)

console.log(`EVENT DATA SAVED: ${JSON.stringify(createdResult)}`)

return this.auditEventFrom(createdResult)
}

Expand Down

0 comments on commit 7b91333

Please sign in to comment.