From fa491533fe1ae02f81c47d4c1e3f0e09771c30e8 Mon Sep 17 00:00:00 2001 From: Rich Snapp Date: Wed, 16 May 2018 15:19:58 -0600 Subject: [PATCH] removed an errant debugger statement --- test/spec/modules/consentManagement_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/spec/modules/consentManagement_spec.js b/test/spec/modules/consentManagement_spec.js index a837a0cce8a..7607dfd2e4b 100644 --- a/test/spec/modules/consentManagement_spec.js +++ b/test/spec/modules/consentManagement_spec.js @@ -186,7 +186,6 @@ describe('consentManagement', function () { }); setConfig(goodConfigWithAllowAuction); - debugger; //eslint-disable-line requestBidsHook({adUnits: [{ sizes: [[300, 250]] }]}, () => { didHookReturn = true; });