Skip to content

Commit

Permalink
Remove console.log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mkendall07 committed May 18, 2016
1 parent 5c62d50 commit e0a4498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adaptermanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ exports.callBids = () => {
bids: getBids({ bidderCode, requestId, bidderRequestId }),
start: new Date().getTime()
};
console.log('bid set:', bidderCode, bidderRequestId);
utils.logMessage(`CALLING BIDDER ======= ${bidderCode}`);
pbjs._bidsRequested.push(bidderRequest);
events.emit(CONSTANTS.EVENTS.BID_REQUESTED, bidderRequest);
Expand Down

0 comments on commit e0a4498

Please sign in to comment.