diff --git a/Client/Application/AppDelegate.swift b/Client/Application/AppDelegate.swift index 31a88b14473a..23855f7b5313 100644 --- a/Client/Application/AppDelegate.swift +++ b/Client/Application/AppDelegate.swift @@ -187,7 +187,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { // Cleanup can be a heavy operation, take it out of the startup path. Instead check after a few seconds. DispatchQueue.main.asyncAfter(deadline: .now() + 5.0) { [weak self] in - self?.profile.cleanupHistoryIfNeeded() + // TODO: testing to see if this fixes https://mozilla-hub.atlassian.net/browse/FXIOS-7632 + // self?.profile.cleanupHistoryIfNeeded() self?.ratingPromptManager.updateData() }