Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gupta authored and Rahul Gupta committed Nov 28, 2024
1 parent e85df0d commit 31fe98e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editor/components/scenegraph/SceneGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 31fe98e

Please sign in to comment.