From 580597afae5cdd8a2757d52c83a27889720887fa Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 27 Dec 2024 17:02:10 +1300 Subject: [PATCH] Remove todo --- Transcriber.cs | 1 - 1 file changed, 1 deletion(-) 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);