Skip to content

Commit

Permalink
Merge pull request #41 from bitvora/dev-fixFJMistakes
Browse files Browse the repository at this point in the history
remove verbose logging
  • Loading branch information
barrydeen authored Sep 13, 2024
2 parents dc935b9 + 95efd82 commit 11ab126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,7 @@ func archiveTrustedNotes(ctx context.Context, relay *khatru.Relay) {
wdb.Publish(ctx, *ev.Event)
relay.BroadcastEvent(ev.Event)
trustedNotes++
log.Println("📦 archived note: ", ev.ID)
} else {
log.Println("🗑️ discarded note: ", ev.ID)
untrustedNotes++
}
}
Expand Down

0 comments on commit 11ab126

Please sign in to comment.