Skip to content

Commit

Permalink
delete log (prebid#7892)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentproxistore authored and Chris Pabst committed Jan 10, 2022
1 parent 4af8ed1 commit 3d10ef8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/proxistoreBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ function interpretResponse(serverResponse, bidRequest) {

function _assignFloor(bid) {
if (!isFn(bid.getFloor)) {
// eslint-disable-next-line no-console
console.log(bid.params.bidFloor);
return bid.params.bidFloor ? bid.params.bidFloor : null;
}
const floor = bid.getFloor({
Expand Down

0 comments on commit 3d10ef8

Please sign in to comment.