removing spammy log

This commit is contained in:
Gabriel mermelstein 2024-10-15 17:31:46 +03:00
parent 37d7fd4486
commit 5ec906558c
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ package wakuv2
import (
"context"
"errors"
"fmt"
"slices"
"testing"
"time"
@ -193,7 +192,6 @@ func TestBasicWakuV2(t *testing.T) {
err = tt.RetryWithBackOff(func() error {
numConnected, err := w.GetNumConnectedPeers()
fmt.Println("numConnected: ", numConnected)
if err != nil {
return err
}