Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #221 from primevprotocol/remove-print-msg
Browse files Browse the repository at this point in the history
refactor: remove unnecessary print message
  • Loading branch information
mrekucci authored Mar 22, 2024
2 parents b5b1bb0 + 6fcb39c commit d82a05b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integrationtest/provider/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"crypto/tls"
"errors"
"fmt"
"log/slog"
"math/big"
"time"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d82a05b

Please sign in to comment.