From b05a334dcbd6fbc5eb59da1d5cb111f683d5b1d8 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 30 Sep 2022 11:30:18 -0500 Subject: Remove debug time delays --- src/state/models/user-follows-view.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/state/models/user-follows-view.ts') 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, -- cgit 1.4.1