Remove unnecessary todo
This commit is contained in:
@@ -49,7 +49,6 @@ struct OverheadAllocation: View {
|
|||||||
.fileExporter(isPresented: $showExportPicker, document: document, contentType: .commaSeparatedText) { result in
|
.fileExporter(isPresented: $showExportPicker, document: document, contentType: .commaSeparatedText) { result in
|
||||||
|
|
||||||
if case .success = result {
|
if case .success = result {
|
||||||
// TODO: Delete the temp file
|
|
||||||
do {
|
do {
|
||||||
try FileManager.default.removeItem(at: tempPath)
|
try FileManager.default.removeItem(at: tempPath)
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user