Skip to content

Commit

Permalink
Update SaveViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SkylerGodfrey authored Oct 22, 2024
1 parent 30fdba2 commit 2c636e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/View Controllers/SaveViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class SaveViewController: NSViewController {
}

func saveTo(url: URL) {
logger.info("Saving to \(url)")
logger.info("Saving to \(url, privacy: .public)")
let model = Model.shared
let profile = model.exportProfile(organization: organizationLabel.stringValue,
identifier: payloadIdentifier,
Expand Down

0 comments on commit 2c636e0

Please sign in to comment.