Skip to content

Commit

Permalink
Feat: cleanup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Mar 22, 2024
1 parent c4130d9 commit 888ff17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/protocol/engine/tipmanager/v1/tip_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ func (t *TipManager) initLogging() {

t.blockAdded.Hook(func(metadata tipmanager.TipMetadata) {
t.Log("block added", logLevel, "blockID", metadata.ID())

metadata.Evicted().OnTrigger(func() {
t.Log("block evicted", logLevel, "blockID", metadata.ID())
})
})
}

Expand Down

0 comments on commit 888ff17

Please sign in to comment.