Update spline_editor.js

This commit is contained in:
kijai 2024-05-06 00:23:05 +03:00
parent 25a925001b
commit 3bb38c967b

View File

@ -189,7 +189,6 @@ app.registerExtension({
element.appendChild(this.splineEditor.parentEl);
chainCallback(this, "onConfigure", function() {
console.log(this)
createSplineEditor(this);
});