Skip to content

Commit 666ac84

Browse files
authored
Merge pull request #5622 from wikimedia/remove-print
Remove prints
2 parents b5a57e4 + 7b7c2a9 commit 666ac84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WMF Framework/WMFArticle+Migration.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ import CocoaLumberjackSwift
347347
if page.timestamp == nil {
348348
DDLogInfo("[SavedPagesMigration] Deleting CDPage for \(pageIDs.title) — timestamp nil after unsave")
349349
}
350-
print("😅unsaveInWMFData - end")
351350
}
352351

353352
private static func applySavedStateOnWMFContext(snapshot: SavedArticleSnapshot, in wmfContext: NSManagedObjectContext, wmfDataStore: WMFCoreDataStore) throws {
@@ -431,8 +430,6 @@ import CocoaLumberjackSwift
431430
DDLogError("[SavedPagesMigration] Batch clear in WMFData failed: \(error)")
432431
}
433432
}
434-
435-
print("😅clearAllSavedData - end")
436433
}
437434

438435
// MARK: - Legacy helpers

0 commit comments

Comments
 (0)