Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ольга Машкова committed Sep 19, 2023
1 parent 53a2758 commit 6414ceb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions transformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package traefikbodywrite
import (
"context"
"fmt"
"log"
"net/http"
"net/url"
"os"
Expand Down Expand Up @@ -68,8 +67,6 @@ func (a *transformer) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
data.Add("password", passwordHeader)
req.Header.Del("password")

log.Print(data)

req.URL.RawQuery = data.Encode()

req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
Expand Down

0 comments on commit 6414ceb

Please sign in to comment.