diff options
Diffstat (limited to 'src/state/models/profile-view.ts')
-rw-r--r-- | src/state/models/profile-view.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/profile-view.ts b/src/state/models/profile-view.ts index 7a85d06ae..e7685482e 100644 --- a/src/state/models/profile-view.ts +++ b/src/state/models/profile-view.ts @@ -121,7 +121,6 @@ export class ProfileViewModel { private async _load(isRefreshing = false) { this._xLoading(isRefreshing) - await new Promise(r => setTimeout(r, 250)) // DEBUG try { const res = await this.rootStore.api.todo.social.getProfile(this.params) this._replaceAll(res) |