Skip to content

Commit

Permalink
Temporary logging for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 committed May 22, 2024
1 parent 37fd6bf commit 06588c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public final class AutofillPixelReporter {

@objc
private func didReceiveFillEvent() {
os_log(.debug, "Autofill fill event fired")
guard let autofillFillDate = autofillFillDate, !Date.isSameDay(Date(), autofillFillDate) else {
return
}
Expand All @@ -115,6 +116,7 @@ public final class AutofillPixelReporter {

@objc
private func didReceiveSaveEvent() {
os_log(.debug, "Autofill save event fired")
guard !autofillOnboardedUser else {
return
}
Expand Down

0 comments on commit 06588c3

Please sign in to comment.