Skip to content

Commit 052e9a9

Browse files
committed
Remove debug log
1 parent 57956f2 commit 052e9a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Yosemite/Yosemite/Stores/ReceiptStore.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ private extension ReceiptStore {
199199

200200
do {
201201
try fileStorage.write(content, to: outputURL)
202-
Swift.print("new receipt saved: open \(outputURL.path)") // command to open the generated file
203202
} catch {
204203
DDLogError("⛔️ Unable to save receipt for order id: \(order.orderID)")
205204
}

0 commit comments

Comments
 (0)