Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettBlox committed Oct 27, 2022
1 parent b87b449 commit 490ef9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spec/modules/concertBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ describe('ConcertAdapter', function () {

it('should grab uid from local storage if it exists', function() {
storage.setDataInLocalStorage('vmconcert_uid', 'foo');
console.log('GET', storage.getDataFromLocalStorage('vmconcert_uid'))
storage.removeDataFromLocalStorage('c_nap');
const request = spec.buildRequests(bidRequests, bidRequest);
const payload = JSON.parse(request.data);
Expand Down

0 comments on commit 490ef9c

Please sign in to comment.