remove todos

This commit is contained in:
liamcottle 2025-07-18 20:34:26 +12:00
commit 90445467e1

View file

@ -2144,8 +2144,6 @@ class ReticulumMeshChat:
},
})))
# todo: handle file download progress
# download the file
downloader = NomadnetFileDownloader(destination_hash, file_path, on_file_download_success, on_file_download_failure, on_file_download_progress)
AsyncUtils.run_async(downloader.download())
@ -2218,8 +2216,6 @@ class ReticulumMeshChat:
},
})))
# todo: handle page download progress
# download the page
downloader = NomadnetPageDownloader(destination_hash, page_path_to_download, combined_data, on_page_download_success, on_page_download_failure, on_page_download_progress)
AsyncUtils.run_async(downloader.download())