Skip to content

Commit

Permalink
Remove fire button pixel (duckduckgo#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth authored Aug 30, 2023
1 parent 49936cc commit 44feb69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shared/js/background/features/fire-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { registerMessageHandler } from '../message-handlers'
import { getCurrentTab } from '../utils'
import { getExtensionURL } from '../wrapper'
import { getDomain, parse } from 'tldts'
import { sendPixelRequest } from '../pixels'

/**
* @typedef {object} BurnConfig
Expand Down Expand Up @@ -106,9 +105,6 @@ export default class FireButton {
}))
const results = await Promise.all(clearing)
console.log('🔥 result', results)
sendPixelRequest('e_firebutton_click', {
atb: this.settings.getSetting('atb')
})
return true
} catch (e) {
console.error('🔥 error', e)
Expand Down

0 comments on commit 44feb69

Please sign in to comment.