diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-30 11:30:18 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-30 11:30:18 -0500 |
commit | b05a334dcbd6fbc5eb59da1d5cb111f683d5b1d8 (patch) | |
tree | f49392c21f20b488499ad285020f6f29c625cab4 /src/state/models/user-follows-view.ts | |
parent | efa84fb8e732fe1403ad3f8d366d8572937b8e3a (diff) | |
download | voidsky-b05a334dcbd6fbc5eb59da1d5cb111f683d5b1d8.tar.zst |
Remove debug time delays
Diffstat (limited to 'src/state/models/user-follows-view.ts')
-rw-r--r-- | src/state/models/user-follows-view.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/user-follows-view.ts b/src/state/models/user-follows-view.ts index 45f8b4b05..d92effc0c 100644 --- a/src/state/models/user-follows-view.ts +++ b/src/state/models/user-follows-view.ts @@ -82,7 +82,6 @@ export class UserFollowsViewModel { private async _fetch(isRefreshing = false) { this._xLoading(isRefreshing) - await new Promise(r => setTimeout(r, 250)) // DEBUG try { const res = await this.rootStore.api.todo.social.getUserFollows( this.params, |