Remove todo
This commit is contained in:
parent
7d70cde3b4
commit
580597afae
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue