Remove unnecessary todo

This commit is contained in:
Piv
2023-03-11 20:47:47 +10:30
parent 7c89ba4130
commit 55e2a0c24c

View File

@@ -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 {