fix: remove log

This commit is contained in:
Felix Roos 2023-07-13 00:25:24 +02:00
parent e5251422fe
commit a639d9f49f

View File

@ -38,7 +38,6 @@ function useHighlighting({ view, pattern, active, getTime }) {
cancelAnimationFrame(frame); cancelAnimationFrame(frame);
}; };
} else { } else {
console.log('not active');
highlights.current = []; highlights.current = [];
highlightMiniLocations(view, 0, highlights.current); highlightMiniLocations(view, 0, highlights.current);
} }