Skip to content

Commit

Permalink
remove console log statement in logicadBidAdapter unit tests (prebid#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker authored and Alex committed Aug 1, 2019
1 parent c79959a commit 40a7433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/logicadBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('LogicadAdapter', function () {
it('should perform usersync', function () {
let syncs = spec.getUserSyncs({pixelEnabled: false}, [serverResponse]);
expect(syncs).to.have.length(0);
console.log(serverResponse);

syncs = spec.getUserSyncs({pixelEnabled: true}, [serverResponse]);
expect(syncs).to.have.length(1);

Expand Down

0 comments on commit 40a7433

Please sign in to comment.