Skip to content

Commit

Permalink
Remove duplicate log line in request bids (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored and matthewlane committed Dec 6, 2016
1 parent 85f7105 commit eb42f3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,6 @@ $$PREBID_GLOBAL$$.requestBids = function ({ bidsBackHandler, timeout, adUnits, a

auctionRunning = true;

utils.logInfo('Invoking $$PREBID_GLOBAL$$.requestBids', arguments);

// we will use adUnitCodes for filtering the current auction
$$PREBID_GLOBAL$$._adUnitCodes = adUnitCodes;

Expand Down

0 comments on commit eb42f3b

Please sign in to comment.