Remove forgotten debug

This commit is contained in:
Thoronium 2023-09-16 21:31:21 -06:00 committed by GitHub
parent 7264331436
commit d144b2dc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,8 +111,6 @@ export default class Options extends React.Component<IProps, IState> {
this.addMigotoDelay = this.addMigotoDelay.bind(this)
this.toggleUnElevatedGame = this.toggleUnElevatedGame.bind(this)
this.setLaunchArgs = this.setLaunchArgs.bind(this)
this.forceUpdate()
}
async componentDidMount() {