Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Nov 25, 2024
1 parent 3c1a236 commit 2fc475f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Transcriber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ internal static async Task ExecuteAsync(ulong channelID, uint ticketID)

string assetDirName = GetAssetDirName(ticketID);
string htmlFilename = GetHTMLFilename(ticketID);

// TODO: Delete existing files

if (File.Exists(htmlPath))
{
File.Delete(htmlPath);
Expand Down

0 comments on commit 2fc475f

Please sign in to comment.