hotfix: remove log

This commit is contained in:
Felix Roos 2023-07-06 09:59:20 +02:00
parent d47fd0cf18
commit f40b57ee48

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);
}