Skip to content

Commit 9d98be1

Browse files
committed
chore: remove debug print statement from newHelloPacket
Removed an unnecessary `fmt.Println` call that was used for debugging in the `newHelloPacket` method of `send.go` to clean up the console output.
1 parent 5769d59 commit 9d98be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

overlay/send.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ func (s *Send) newHelloPacket() []byte {
247247
panic("marshal node: " + err.Error())
248248
}
249249

250-
fmt.Println("sending", string(raw))
251250
sealed := s.Auth.OverlayPrivateKey.SealTo(s.Auth.ReceiverPublicKey, raw)
252251
return sealed
253252
}

0 commit comments

Comments
 (0)