Skip to content

Commit

Permalink
Remove config setting from Optimatic adapter (#1909)
Browse files Browse the repository at this point in the history
* Remove config from adapter

* remove unused variable
  • Loading branch information
jaiminpanchal27 authored and Matt Kendall committed Dec 6, 2017
1 parent ba6950d commit d79c1a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/optimaticBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as utils from 'src/utils';
import { config } from 'src/config';
import { registerBidder } from 'src/adapters/bidderFactory';
export const ENDPOINT = '//mg-bid.optimatic.com/adrequest/';

Expand Down Expand Up @@ -97,5 +96,4 @@ function getData (bid) {
};
}

config.setConfig({ usePrebidCache: true });
registerBidder(spec);

0 comments on commit d79c1a2

Please sign in to comment.