Skip to content

Commit 66ae262

Browse files
committed
Log error to Lumberjack
1 parent 052e9a9 commit 66ae262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/CardPresentPayments/CardReaderConnectionController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ private extension CardReaderConnectionController {
411411
ServiceLocator.analytics.track(.cardReaderSoftwareUpdateCancelTapped, withProperties: analyticsProperties)
412412
cancelable.cancel { result in
413413
if case .failure(let error) = result {
414-
print("=== error canceling software update: \(error)")
414+
DDLogError("💳 Error: canceling software update \(error)")
415415
} else {
416416
ServiceLocator.analytics.track(.cardReaderSoftwareUpdateCanceled, withProperties: analyticsProperties)
417417
}

0 commit comments

Comments
 (0)