Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 93274ec

Browse files
authored
Remove privacy from logging
1 parent c6baa15 commit 93274ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/prostore/certificates/certChecker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class CertChecker {
55
static let logFileURL = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].appendingPathComponent("checkCert_logs.txt")
66

77
// MARK: - Logging Utility
8-
private static func log(_ message: String, includeTimestamp: Bool = true) {
8+
static func log(_ message: String, includeTimestamp: Bool = true) {
99
let timestamp = includeTimestamp ? "\(DateFormatter.localizedString(from: Date(), dateStyle: .medium, timeStyle: .medium)) - " : ""
1010
let logMessage = timestamp + message + "\n"
1111

0 commit comments

Comments
 (0)