From 2017a5b43768638089c24cc6ae5193d9342d528d Mon Sep 17 00:00:00 2001 From: Angelo Stavrow Date: Sun, 24 Jul 2022 06:22:29 -0400 Subject: [PATCH] Clean up todo comment --- Shared/WriteFreely_MultiPlatformApp.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Shared/WriteFreely_MultiPlatformApp.swift b/Shared/WriteFreely_MultiPlatformApp.swift index 802407a..51e261a 100644 --- a/Shared/WriteFreely_MultiPlatformApp.swift +++ b/Shared/WriteFreely_MultiPlatformApp.swift @@ -56,7 +56,6 @@ struct WriteFreely_MultiPlatformApp: App { helpMsg.append("\n\n\(errorMsg)") } - // TODO: - Confirm copy for this alert return Alert( title: Text("Crash Detected"), message: Text(helpMsg),