Skip to content

Commit

Permalink
Use os_log instead of print
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Feb 22, 2024
1 parent 227860d commit 32e0464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ final class DataBrokerProtectionEngagementPixels {

func fireEngagementPixel(currentDate: Date = Date()) {
guard database.fetchProfile() != nil else {
print("No profile. We do not fire any pixel because we do not consider it an engaged user.")
os_log("No profile. We do not fire any pixel because we do not consider it an engaged user.", log: .dataBrokerProtection)
return
}

Expand Down

0 comments on commit 32e0464

Please sign in to comment.