Skip to content

Commit

Permalink
Re-add debug print.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <tanner.jc@gmail.com>
  • Loading branch information
jctanner committed Nov 13, 2024
1 parent 3be17c0 commit 028b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/insights/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ func main() {
data, _ := ioutil.ReadAll(upstreamServerResponse.Body)
modified := downloadUrlReg.ReplaceAll(data, replacementURL)

//fmt.Printf("MODIFIED DATA: %s\n", modified)
fmt.Printf("MODIFIED DATA: %s\n", modified)

// Write the response
rw.WriteHeader(upstreamServerResponse.StatusCode)
Expand Down

0 comments on commit 028b108

Please sign in to comment.