Skip to content

Commit

Permalink
fix: remove addresses logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 22, 2024
1 parent 95c1dbc commit 76e1e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/check/act/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func (c *Check) Run(ctx context.Context, cluster orchestration.Cluster, opts int
upNodeName := sortedNodes[0]
upClient := clients[upNodeName]
addr, _ := upClient.Addresses(ctx)
c.logger.Infof("Pss: %+v", addr)
publisher, _ := swarm.ParseHexAddress(addr.PublicKey)

rnds := random.PseudoGenerators(o.Seed, 1)
Expand Down

0 comments on commit 76e1e59

Please sign in to comment.