From 98caa0bdfaa67fe7fc584bfb3f264912b347aee9 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 12 Nov 2021 14:48:38 -0300 Subject: [PATCH] Fix comment. --- SignalMessaging/profiles/OWSProfileManager.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SignalMessaging/profiles/OWSProfileManager.swift b/SignalMessaging/profiles/OWSProfileManager.swift index 79e4d9479a..7f7ef11d01 100644 --- a/SignalMessaging/profiles/OWSProfileManager.swift +++ b/SignalMessaging/profiles/OWSProfileManager.swift @@ -9,7 +9,6 @@ public extension OWSProfileManager { // The main entry point for updating the local profile. It will: // - // * Update local state optimistically. // * Enqueue a service update. // * Attempt that service update. //