Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Mar 3, 2018
1 parent 7f6a8aa commit 9093445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion record-layer.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ func (r *RecordLayer) nextRecord(allowOldEpoch bool) (*TLSPlaintext, error) {
c, ok := r.readCiphers[epoch]
if !ok {
logf(logTypeIO, "%s Message from unknown epoch: [%v]", r.label, epoch)
fmt.Println("Known epochs = ", r.readCiphers)
return nil, AlertWouldBlock
}

Expand Down

0 comments on commit 9093445

Please sign in to comment.