chore: remove legacy python backend stub

Drop stale backend-era comment from wav export. The Python backend and
backend/ directory were already removed; no further stub files remain.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-29 22:26:48 -07:00
parent f2e5c09172
commit 8ecae1dcac
+1 -1
View File
@@ -1,4 +1,4 @@
/** Target sample rate for exported WAV files (matches former backend output). */
/** Target sample rate for exported WAV files. */
export const EXPORT_SAMPLE_RATE = 48000;
/**