Skip to content

Commit

Permalink
removes heartbeat log
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed Dec 16, 2024
1 parent 0d6fcee commit 4170ded
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions codex/node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -745,13 +745,6 @@ proc start*(self: CodexNodeRef) {.async.} =
error "Unable to start validator contract interactions: ", error=error.msg
self.contracts.validator = ValidatorInteractions.none

proc heartbeat() {.async.} =
while true:
await sleepAsync(1000.millis)
warn "a"

asyncSpawn heartbeat()

self.networkId = self.switch.peerInfo.peerId
notice "Started codex node", id = self.networkId, addrs = self.switch.peerInfo.addrs

Expand Down

0 comments on commit 4170ded

Please sign in to comment.