Remove debug time delays

This commit is contained in:
Paul Frazee 2022-09-30 11:30:18 -05:00
parent efa84fb8e7
commit b05a334dcb
8 changed files with 0 additions and 13 deletions

View file

@ -81,7 +81,6 @@ export class UserFollowersViewModel {
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.getUserFollowers(
this.params,