Skip to content

Commit

Permalink
Put back logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
stephhuynh18 committed Dec 13, 2023
1 parent 56dce1e commit 795928a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/anchor-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ export class AnchorService {
cid: anchorCid,
}

logger.debug(
`Created anchor commit with CID ${anchorCid.toString()} for stream ${candidate.streamId.toString()}`
)
return anchor

// try {
Expand Down

0 comments on commit 795928a

Please sign in to comment.