diff --git a/Transcriber.cs b/Transcriber.cs index 70a627e..ca891e7 100644 --- a/Transcriber.cs +++ b/Transcriber.cs @@ -37,7 +37,6 @@ internal static class Transcriber string assetDirName = GetAssetDirName(ticketID); string htmlFilename = GetHTMLFilename(ticketID); - // TODO: Delete existing files if (File.Exists(htmlPath)) { File.Delete(htmlPath);