diff --git a/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx b/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx index 80ade1c9..c307136b 100644 --- a/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx +++ b/ShadowEditor.Web/src/editor2/component/geometry/LatheGeometryComponent.jsx @@ -77,8 +77,6 @@ class LatheGeometryComponent extends React.Component { const points = this.selected.geometry.parameters.points; - debugger - app.editor.execute(new SetGeometryCommand(this.selected, new THREE.LatheBufferGeometry( points, state.segments,