summaryrefslogtreecommitdiff
path: root/src/handshake.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake.go')
-rw-r--r--src/handshake.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handshake.go b/src/handshake.go
index 88bb8cb..de607df 100644
--- a/src/handshake.go
+++ b/src/handshake.go
@@ -112,7 +112,6 @@ func (peer *Peer) RoutineHandshakeInitiator() {
binary.Write(writer, binary.LittleEndian, msg)
elem.packet = writer.Bytes()
peer.mac.AddMacs(elem.packet)
- println(elem)
addToOutboundQueue(peer.queue.outbound, elem)
if attempts == 0 {