Remove a comment that is not true anymore

pull/21833/head
Jason Robinson 2021-02-04 23:05:24 +02:00
parent b50ac0c096
commit fd55b99a26
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
});
break;
case PostmessageAction.SetupComplete:
// Set as completed but let the user close the modal themselves
// so they have time to finish reading any information
this.setState({
completed: true,
});