Remove test data for develop pipeline

This commit is contained in:
Germain Souquet 2021-06-15 10:59:57 +01:00
parent d5f7f524e1
commit 011a2f2bb6
2 changed files with 4 additions and 9 deletions

View file

@ -1954,11 +1954,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
await Lifecycle.setLoggedIn(credentials);
await this.postLoginSetup();
// artifically slowing down the registration
await (new Promise((resolve) => {
setTimeout(resolve, 1337);
}));
PerformanceMonitor.instance.stop(PerformanceEntryNames.LOGIN);
PerformanceMonitor.instance.stop(PerformanceEntryNames.REGISTER);
};