Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
Co-authored-by: Graham Tackley <gtackley@brave.com>
  • Loading branch information
IanKrieger and tackley authored Aug 8, 2023
1 parent 253db68 commit bbdf0b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/user/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const Settings = () => {
const setActiveAdvertiserWithId = (e: SelectChangeEvent) => {
const id = e.target.value;
const adv = _.find(advertisers, { id });
console.log(adv);

if (adv) {
setAdvertiser(adv);
Expand Down

0 comments on commit bbdf0b5

Please sign in to comment.