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

Commit 5cda8eb

Browse files
committed
Removes print statement
1 parent 13f7a8c commit 5cda8eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/heartbeat_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package tests
22

33
import (
4-
"fmt"
54
"net"
65
"sync"
76
"testing"
@@ -106,7 +105,6 @@ func HeartbeatRequest(t *testing.T) {
106105
if heartbeatRequestReceivedSequenceNumber != sentSequenceNumber {
107106
t.Errorf("Heartbeat request handler was called with wrong sequence number.\n- Sent sequence number: %v\n- Received sequence number %v\n", sentSequenceNumber, heartbeatRequestReceivedSequenceNumber)
108107
}
109-
fmt.Printf("Remote address: %v\n", heartbeatRequestReceivedRemoteAddress)
110108

111109
remoteAddr := heartbeatRequestReceivedRemoteAddress.String()
112110
if remoteAddr[:9] != "127.0.0.1" {

0 commit comments

Comments
 (0)