diff --git a/src/editor/components/scenegraph/SceneGraph.js b/src/editor/components/scenegraph/SceneGraph.js index e33b1126..b435ab63 100644 --- a/src/editor/components/scenegraph/SceneGraph.js +++ b/src/editor/components/scenegraph/SceneGraph.js @@ -85,7 +85,6 @@ export default class SceneGraph extends React.Component { } selectEntity = (entity) => { - console.log('selectEntity', entity); let found = false; for (let i = 0; i < this.state.entities.length; i++) { const entityOption = this.state.entities[i];