Remove todo

This commit is contained in:
Toastie 2024-12-27 17:02:10 +13:00
parent 7d70cde3b4
commit 580597afae
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -37,7 +37,6 @@ internal static class Transcriber
string assetDirName = GetAssetDirName(ticketID); string assetDirName = GetAssetDirName(ticketID);
string htmlFilename = GetHTMLFilename(ticketID); string htmlFilename = GetHTMLFilename(ticketID);
// TODO: Delete existing files
if (File.Exists(htmlPath)) if (File.Exists(htmlPath))
{ {
File.Delete(htmlPath); File.Delete(htmlPath);