From 55e2a0c24cd5fcce975feb19ee6019051e65a524 Mon Sep 17 00:00:00 2001 From: Piv <18462828+Piv200@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:47:47 +1030 Subject: [PATCH] Remove unnecessary todo --- FastCoster/FastCoster/OverheadAllocation.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/FastCoster/FastCoster/OverheadAllocation.swift b/FastCoster/FastCoster/OverheadAllocation.swift index 7c53757..d7ddbc2 100644 --- a/FastCoster/FastCoster/OverheadAllocation.swift +++ b/FastCoster/FastCoster/OverheadAllocation.swift @@ -49,7 +49,6 @@ struct OverheadAllocation: View { .fileExporter(isPresented: $showExportPicker, document: document, contentType: .commaSeparatedText) { result in if case .success = result { - // TODO: Delete the temp file do { try FileManager.default.removeItem(at: tempPath) } catch {