fix(review): const→static readonly Debug silences CS0162; update stale rAF comment to renderedPlayhead()

This commit is contained in:
daniel-c-harvey
2026-06-15 22:44:20 -04:00
parent 65e5e09245
commit 44a15bf67d
2 changed files with 6 additions and 5 deletions
@@ -58,7 +58,7 @@ public partial class MixWaveformVisualizer : ComponentBase, IAsyncDisposable
// datum-fetch / subscription / playback-coupling seams log to the browser console (prefixed
// `[MixVisualizer]`, same as the JS logs so the two interleave into one timeline). These pinpoint
// which upstream link is broken when the ribbon stays blank — set false once confirmed healthy.
private const bool Debug = false;
private static readonly bool Debug = false;
private const string Tag = "[MixVisualizer]";
private static void DebugLog(string message)