From 30e5b5485db6dbdfc1be54ce420204b9971432aa Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Tue, 13 Dec 2022 13:35:59 +0800 Subject: [PATCH] Removes print --- .../New Article Notifications/NewArticleNotificationsView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/Settings/Views/New Article Notifications/NewArticleNotificationsView.swift b/iOS/Settings/Views/New Article Notifications/NewArticleNotificationsView.swift index cadf3b247..6e1c676b4 100644 --- a/iOS/Settings/Views/New Article Notifications/NewArticleNotificationsView.swift +++ b/iOS/Settings/Views/New Article Notifications/NewArticleNotificationsView.swift @@ -62,7 +62,6 @@ fileprivate struct WebFeedToggle: View { @ObservedObject var webfeed: WebFeed var body: some View { - //let _ = Self._printChanges() Toggle(isOn: Binding( get: { webfeed.isNotifyAboutNewArticles ?? false }, set: { webfeed.isNotifyAboutNewArticles = $0 })) {