From 42fdeab09183b20df72ac3f3bf625c28b0ac0035 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Wed, 5 Jun 2019 13:23:17 +0800 Subject: [PATCH] remove stray print statement in streams map --- streams_map.go | 1 - 1 file changed, 1 deletion(-) diff --git a/streams_map.go b/streams_map.go index 846ece00..0004e083 100644 --- a/streams_map.go +++ b/streams_map.go @@ -168,7 +168,6 @@ func (m *streamsMap) HandleMaxStreamsFrame(f *wire.MaxStreamsFrame) error { case protocol.StreamTypeUni: m.outgoingUniStreams.SetMaxStream(id) case protocol.StreamTypeBidi: - fmt.Printf("") m.outgoingBidiStreams.SetMaxStream(id) } return nil