diff --git a/web/app.js b/web/app.js index 89301b1..9c4ccee 100644 --- a/web/app.js +++ b/web/app.js @@ -2552,7 +2552,6 @@ async function handleGenerate(event) { updateSeedIndicator(seedValue); setGenerateButtonState(true); - updateVisuals(null); showVisualsOverlay('Generating schedule…', { loading: true }); calendarHistoryState.activeId = null; calendarHistoryState.currentRun = null;