Skip to content

Commit

Permalink
Mgid Bid Adapter : don't throw error without floors module (prebid#11796
Browse files Browse the repository at this point in the history
)

* Update mgidXBidAdapter.js

* Update mgidXBidAdapter.js
  • Loading branch information
patmmccann authored Jun 14, 2024
1 parent 566c48f commit 5b0e6b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/mgidXBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
deepAccess,
logMessage,
logError,
isPlainObject,
isNumber,
isArray,
Expand Down Expand Up @@ -104,7 +103,6 @@ function getBidFloor(bid) {
});
return bidFloor.floor;
} catch (err) {
logError(err);
return 0;
}
}
Expand Down

0 comments on commit 5b0e6b8

Please sign in to comment.