Skip to content

Commit

Permalink
feat(getItems): delete console
Browse files Browse the repository at this point in the history
  • Loading branch information
yubei01 committed Oct 16, 2023
1 parent 0f2dbdf commit 7d7cd98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/discoveryBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,7 @@ function getItems(validBidRequests, bidderRequest) {
token: getKv(req, 'params', 'token'),
};
Object.assign(ret.ext, otherExt);
} catch (error) {
console.error(error);
}
} catch (e) {}

itemMaps[id] = {
req,
Expand Down

0 comments on commit 7d7cd98

Please sign in to comment.