Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 7062199

Browse files
Remove redundant logs about signature submission
1 parent 73cc0ff commit 7062199

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

pkg/node/node.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,6 @@ func (n *Node) publishSignature(
372372
// and there are enough confirmations from the chain.
373373
// We are fine, leaving.
374374
if !isAwaitingSignature && n.confirmSignature(keepAddress, digest) {
375-
logger.Infof(
376-
"signature for keep [%s] already submitted: [%+x]",
377-
keepAddress.String(),
378-
digest,
379-
)
380375
return nil
381376
}
382377

@@ -404,11 +399,6 @@ func (n *Node) publishSignature(
404399
// confirmations from the chain before making a decision about
405400
// leaving the submission process.
406401
if !isAwaitingSignature && n.confirmSignature(keepAddress, digest) {
407-
logger.Infof(
408-
"signature for keep [%s] already submitted: [%+x]",
409-
keepAddress.String(),
410-
digest,
411-
)
412402
return nil
413403
}
414404

0 commit comments

Comments
 (0)