Skip to content

Commit

Permalink
IX: Remove glog statement (prebid#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsardo authored and Peiling-Ding committed Jul 14, 2023
1 parent cf5e688 commit a916285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapters/ix/ix.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"sort"
"strings"

"github.com/golang/glog"
"github.com/prebid/prebid-server/adapters"
"github.com/prebid/prebid-server/config"
"github.com/prebid/prebid-server/errortypes"
Expand Down Expand Up @@ -123,7 +122,6 @@ func setSitePublisherId(requestCopy *openrtb2.BidRequest, uniqueSiteIDs map[stri
// Sorting siteIDs for predictable output as Go maps don't guarantee order
sort.Strings(siteIDs)
multipleSiteIDs := strings.Join(siteIDs, ", ")
glog.Warningf("Multiple SiteIDs found. %s", multipleSiteIDs)
ixDiag.MultipleSiteIds = multipleSiteIDs
}
requestCopy.Site = &site
Expand Down

0 comments on commit a916285

Please sign in to comment.