Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b925d80

Browse files
committed
Remove log
1 parent 3b843f6 commit b925d80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/docker-network/tests/utils.go

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func (d *DockerTestFramework) AwaitAddressUnspentOutputAccepted(ctx context.Cont
130130
func (d *DockerTestFramework) SendFaucetRequest(ctx context.Context, receiveAddr iotago.Address) {
131131
cltAPI := d.Node("V1").Client.CommittedAPI()
132132
addrBech := receiveAddr.Bech32(cltAPI.ProtocolParameters().Bech32HRP())
133-
fmt.Printf("Faucet request funds for Bech address: %s\n", addrBech)
134133

135134
type EnqueueRequest struct {
136135
Address string `json:"address"`

0 commit comments

Comments
 (0)