diff --git a/media/src/objects/Curve.svelte b/media/src/objects/Curve.svelte
index 7c79718a..2c9221e8 100644
--- a/media/src/objects/Curve.svelte
+++ b/media/src/objects/Curve.svelte
@@ -77,7 +77,7 @@
Z.evaluate({ t, a: aVal }),
),
);
- $inspect(xyz);
+ // $inspect(xyz);
$effect(() => {
// console.log('effex in framez');
@@ -279,6 +279,8 @@
osculatingCircle: false,
});
+ // $inspect(vizOptions);
+
$effect(() => {
frame.visible = vizOptions.frame;
arrows.r.visible = vizOptions.pos;
@@ -430,7 +432,7 @@
// Runs the update if math expression "params" has a dependence on 'a'
let isDynamic = $derived(dependsOn(params, 'a'));
- $inspect(isDynamic);
+ // $inspect(isDynamic);
// Start animating if animation changes (e.g. animating scene published)
// Two ifs because one reacts only to animation changing and the other
@@ -742,37 +744,38 @@
Frame
-