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),