Skip to content

Commit

Permalink
Remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
echlebek committed Nov 21, 2024
1 parent d312c1d commit 2b91867
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/wsclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package client
import (
"context"
"errors"
"fmt"
"net/http"
"net/url"
"sync"
Expand Down Expand Up @@ -162,7 +161,6 @@ func (c *wsClient) SendCustomMessage(message *protobufs.CustomMessage) (messageS
// and a Location header. If found, it sets the URL to the location found in the
// header so that it is tried on the next retry, instead of the current URL.
func (c *wsClient) handleRedirect(ctx context.Context, resp *http.Response) error {
fmt.Println("FOO")
// append to the responseChain so that subsequent redirects will have access
c.responseChain = append(c.responseChain, resp)

Expand Down

0 comments on commit 2b91867

Please sign in to comment.