From 6fcb39c7510087c094c0e731134bcada1cece47b Mon Sep 17 00:00:00 2001 From: mrekucci <4932785+mrekucci@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:49:49 -0500 Subject: [PATCH] refactor: remove unnecessary print message --- integrationtest/provider/client.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/integrationtest/provider/client.go b/integrationtest/provider/client.go index 704f742..6ba0ef6 100644 --- a/integrationtest/provider/client.go +++ b/integrationtest/provider/client.go @@ -4,7 +4,6 @@ import ( "context" "crypto/tls" "errors" - "fmt" "log/slog" "math/big" "time" @@ -123,8 +122,6 @@ func (b *ProviderClient) CheckAndStake() error { } func (b *ProviderClient) startSender() error { - fmt.Println("starting sender") - stream, err := b.client.SendProcessedBids(context.Background()) if err != nil { return err