Skip to content

Commit

Permalink
removing the log (prebid#4960)
Browse files Browse the repository at this point in the history
Co-authored-by: rmartinez <Rachael24!>
  • Loading branch information
robertrmartinez authored and rjvelicaria committed Apr 9, 2020
1 parent 6ed0fcd commit a0f3b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/unit/pbjs_api_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ describe('Unit: Prebid Module', function () {

var invokedTargeting = [];

console.log(invokedTargetingMap);
Object.getOwnPropertyNames(invokedTargetingMap).map(function (key) {
const value = Array.isArray(invokedTargetingMap[key]) ? invokedTargetingMap[key] : [invokedTargetingMap[key]]; // values are always returned as array in googletag
invokedTargeting.push([key, value]);
Expand Down

0 comments on commit a0f3b22

Please sign in to comment.