Skip to content

Commit

Permalink
removed FINDME print
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Beck committed Jan 21, 2021
1 parent 8002194 commit b9ba1b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peer/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func BTDeserialize(d []byte) (*Peer, error) {
// PeerFromRequest returns a peer from an http GET request
func PeerFromRequest(r *http.Request) (*Peer, error) {
v := r.URL.Query()
fmt.Printf("FINDME: hello\n")
port, err := strconv.Atoi(v.Get("port"))
if err != nil {
return nil, err
Expand Down

0 comments on commit b9ba1b7

Please sign in to comment.