We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57956f2 commit 052e9a9Copy full SHA for 052e9a9
Yosemite/Yosemite/Stores/ReceiptStore.swift
@@ -199,7 +199,6 @@ private extension ReceiptStore {
199
200
do {
201
try fileStorage.write(content, to: outputURL)
202
- Swift.print("new receipt saved: open \(outputURL.path)") // command to open the generated file
203
} catch {
204
DDLogError("⛔️ Unable to save receipt for order id: \(order.orderID)")
205
}
0 commit comments