Skip to content

Commit

Permalink
Remove pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Jan 24, 2024
1 parent 6dfee02 commit 1122f5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Core/PixelEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ extension Pixel {
case daxDialogsFireEducationShown
case daxDialogsFireEducationConfirmed
case daxDialogsFireEducationCancelled
case daxDialogsAutoconsentShown
case daxDialogsAutoconsentConfirmed
case daxDialogsAutoconsentCancelled

case defaultBrowserButtonPressedSettings

Expand Down Expand Up @@ -620,9 +617,6 @@ extension Pixel.Event {
case .daxDialogsFireEducationShown: return "m_dx_fe_s"
case .daxDialogsFireEducationConfirmed: return "m_dx_fe_co"
case .daxDialogsFireEducationCancelled: return "m_dx_fe_ca"
case .daxDialogsAutoconsentShown: return "m_dax_dialog_autoconsent_shown"
case .daxDialogsAutoconsentConfirmed: return "m_dax_dialog_autoconsent_confirmed"
case .daxDialogsAutoconsentCancelled: return "m_dax_dialog_autoconsent_cancelled"

case .defaultBrowserButtonPressedSettings: return "m_db_s"

Expand Down

0 comments on commit 1122f5e

Please sign in to comment.