From eb42f3bd402e3f226cebe8a0488c025890ca6899 Mon Sep 17 00:00:00 2001 From: Matt Kendall Date: Tue, 6 Dec 2016 13:06:26 -0500 Subject: [PATCH] Remove duplicate log line in request bids (#859) --- src/prebid.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/prebid.js b/src/prebid.js index c785b19d9f2..c8987a19d48 100644 --- a/src/prebid.js +++ b/src/prebid.js @@ -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;