Skip to content

Commit

Permalink
fix: 🐛 remove some print
Browse files Browse the repository at this point in the history
  • Loading branch information
onionj committed Feb 16, 2024
1 parent 4b7872f commit 514366a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions muxr/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ func wsServerHandler(writer http.ResponseWriter, request *http.Request) {

typ, lenght, id := ParseHeader(data[:NUM_BYTES_HEADER])

fmt.Println(string(data[NUM_BYTES_HEADER:]))

switch typ {
case TYPE_INITIAL:
stream := newStream(id, connAdaptor)
Expand Down

0 comments on commit 514366a

Please sign in to comment.