From 2517be37c98c5a2feb970b5396ac49795bb1eb00 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:43:18 -0600 Subject: [PATCH] chore: cleanup comments --- index.cs | 2 -- 1 file changed, 2 deletions(-) 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 } } }