remove old debug logging in AsyncWrapper (#10661)
This commit is contained in:
parent
aff3bd6e32
commit
957945b356
7 changed files with 2 additions and 14 deletions
|
@ -45,9 +45,6 @@ export default class AsyncWrapper extends React.Component<IProps, IState> {
|
|||
public state: IState = {};
|
||||
|
||||
public componentDidMount(): void {
|
||||
// XXX: temporary logging to try to diagnose
|
||||
// https://github.com/vector-im/element-web/issues/3148
|
||||
logger.log("Starting load of AsyncWrapper for modal");
|
||||
this.props.prom
|
||||
.then((result) => {
|
||||
if (this.unmounted) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue