Skip to content

Commit

Permalink
Remove println's that were accidentally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
nealeu committed Feb 12, 2019
1 parent f5592fb commit 599c0d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adapters/consumable/consumable.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ func (a *ConsumableAdapter) MakeRequests(request *openrtb.BidRequest) ([]*adapte
return nil, []error{err}
}

println("== header ==")
println("X-Forwarded-For: ", headers.Get("X-Forwarded-For"))
println("== body ==")
fmt.Printf("%s", bodyBytes)
requests := []*adapters.RequestData{
{
Expand Down Expand Up @@ -207,7 +204,6 @@ func (a *ConsumableAdapter) MakeBids(
var errors []error

for impID, decision := range serverResponse.Decisions {
println("ImpID: ", impID, " Decision: ", *decision.Pricing.ClearPrice)
imp := getImp(impID, internalRequest.Imp)
if imp == nil {
errors = append(errors, &errortypes.BadServerResponse{
Expand Down

0 comments on commit 599c0d4

Please sign in to comment.