remove noisy log

pull/24627/head
timonrieger 2025-12-17 16:25:48 +01:00
parent f96cd758cd
commit 27bc321644
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@
$effect(() => {
scrimOpacity = asset.thumbhash ? computeScrimOpacity(asset.thumbhash) : 0.7;
console.log('scrimOpacity', scrimOpacity);
});
</script>