hotfix: remove log
This commit is contained in:
parent
d47fd0cf18
commit
f40b57ee48
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue