chore: cleanup comments

This commit is contained in:
Stevan Freeborn
2026-01-06 14:43:18 -06:00
parent b4ccda00b5
commit 2517be37c9
-2
View File
@@ -71,7 +71,6 @@ try
}
finally
{
// Cleanup temporary file
if (File.Exists(tempWavPath))
{
try
@@ -80,7 +79,6 @@ finally
}
catch
{
// Best effort cleanup
}
}
}