Skip to content

Commit

Permalink
Remove stray console.log (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane authored and jaiminpanchal27 committed Dec 19, 2017
1 parent f1f18e1 commit 437cb05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/spec/modules/freewheelSSPBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ describe('freewheelSSP BidAdapter Test', () => {

it('should add parameters to the tag', () => {
const request = spec.buildRequests(bidRequests);
console.log(request.data);

const payload = request.data;
expect(payload.reqType).to.equal('AdsSetup');
expect(payload.protocolVersion).to.equal('2.0');
Expand Down

0 comments on commit 437cb05

Please sign in to comment.