Skip to content

Commit

Permalink
remove unnecessary console.log in test
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich committed Jul 24, 2019
1 parent 2b242eb commit 96516be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/modules/logicadBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ 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 96516be

Please sign in to comment.