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 {