diff --git a/index.cs b/index.cs index 40aab84..af2af67 100644 --- a/index.cs +++ b/index.cs @@ -71,7 +71,6 @@ try } finally { - // Cleanup temporary file if (File.Exists(tempWavPath)) { try @@ -80,7 +79,6 @@ finally } catch { - // Best effort cleanup } } }