chore: remove console.log

This commit is contained in:
Arnošt Pleskot 2023-07-04 18:23:40 +02:00
parent 35b43c14d8
commit 485c57fd59
No known key found for this signature in database

View File

@ -1495,7 +1495,6 @@ class App extends React.Component<AppProps, AppState> {
}
componentDidUpdate(prevProps: AppProps, prevState: AppState) {
console.log(this.state.cursorButton);
if (
!this.state.showWelcomeScreen &&
!this.scene.getElementsIncludingDeleted().length