Skip to content

Commit

Permalink
🚀 chore: Remove excess debug information.
Browse files Browse the repository at this point in the history
  • Loading branch information
sohaha committed Nov 14, 2023
1 parent a6a4c9d commit e7dc4e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions znet/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package znet

import (
"errors"
"fmt"
"io"
"io/ioutil"
"mime"
Expand Down Expand Up @@ -191,7 +190,6 @@ func (c *Context) GetJSONs() (json *zjson.Res, err error) {
json = &zjson.Res{}
var body string
body, err = c.GetDataRaw()
fmt.Println(len(body), err)
if err != nil {
return
}
Expand Down

0 comments on commit e7dc4e9

Please sign in to comment.