From 4caed82578389dba545d438f09a0067cdfe81e9a Mon Sep 17 00:00:00 2001 From: Komal Kumari Date: Fri, 30 Aug 2024 16:28:03 +0530 Subject: [PATCH] Remove duplicate event call for actionDebug event --- src/prebid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/prebid.js b/src/prebid.js index 0eaccf5a8a6..04e1bedf2f9 100644 --- a/src/prebid.js +++ b/src/prebid.js @@ -194,7 +194,6 @@ function validateAdUnitPos(adUnit, mediaType) { let warning = `Value of property 'pos' on ad unit ${adUnit.code} should be of type: Number`; logWarn(warning); - events.emit(EVENTS.AUCTION_DEBUG, { type: 'WARNING', arguments: warning }); delete adUnit.mediaTypes[mediaType].pos; }