Remove unnecessary todo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user