Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Oct 5, 2023
1 parent 10ff86d commit a3365cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (s *SourceSubnet) Validate() error {
}
case EVM_BLOCKHASH:
// No additional validation required
// TODONOW: we shouldn't require an address as the key for block hash publisher
default:
return fmt.Errorf("unsupported VM type for source subnet: %v", s.VM)
}
Expand Down
1 change: 0 additions & 1 deletion relayer/message_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func (r *messageRelayer) relayMessage(requestID uint32, messageManager messages.
// create signed message latency (ms)
r.setCreateSignedMessageLatencyMS(float64(time.Since(startCreateSignedMessageTime).Milliseconds()))

r.logger.Info("DEBUG: About to send message")
err = messageManager.SendMessage(signedMessage, r.warpMessageInfo, r.destinationChainID)
if err != nil {
r.logger.Error(
Expand Down

0 comments on commit a3365cb

Please sign in to comment.