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);
};
} else {
console.log('not active');
highlights.current = [];
highlightMiniLocations(view, 0, highlights.current);
}