From 3bb38c967ba9bb8ef33384d05e1d24900c2f6ca0 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Mon, 6 May 2024 00:23:05 +0300 Subject: [PATCH] Update spline_editor.js --- web/js/spline_editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/js/spline_editor.js b/web/js/spline_editor.js index 6966de4..42d1495 100644 --- a/web/js/spline_editor.js +++ b/web/js/spline_editor.js @@ -189,7 +189,6 @@ app.registerExtension({ element.appendChild(this.splineEditor.parentEl); chainCallback(this, "onConfigure", function() { - console.log(this) createSplineEditor(this); });