Revert "[eric] canvas: render ring gains the harness kill switch so A/B runs on identical bits"

This reverts commit 5c88246bd7.
This commit is contained in:
ciregenz
2026-08-17 12:10:46 -07:00
parent 3943e4feb2
commit f563068ccf
@@ -47,8 +47,7 @@ export function useRenderRing(
rectRef.current = { x: cardX, y: cardY, w: cardWidth, h: cardHeight };
useEffect(() => {
// Measurement escape hatch: lets the perf harness A/B ring-on vs ring-off on identical bits.
if (!active || localStorage.getItem('osw-render-ring') === 'off') return undefined;
if (!active) return undefined;
let raf = 0;
const evaluate = (): void => {
raf = 0;