chore: remove forgotten debug console.log
This commit is contained in:
parent
a13fd66f47
commit
7a84ef1b8a
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@
|
||||||
: -1;
|
: -1;
|
||||||
|
|
||||||
onMount(() => {
|
onMount(() => {
|
||||||
console.log({definition});
|
|
||||||
const observer = new IntersectionObserver((entries, _) => {
|
const observer = new IntersectionObserver((entries, _) => {
|
||||||
entries.forEach((entry) => {
|
entries.forEach((entry) => {
|
||||||
const element = entry.target as HTMLImageElement;
|
const element = entry.target as HTMLImageElement;
|
||||||
|
|
Loading…
Reference in a new issue