Remove debug time delays
This commit is contained in:
parent
efa84fb8e7
commit
b05a334dcb
8 changed files with 0 additions and 13 deletions
|
@ -112,7 +112,6 @@ export class RepostedByViewModel {
|
|||
|
||||
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.getRepostedBy(
|
||||
Object.assign({}, this.params, {uri: this.resolvedUri}),
|
||||
|
@ -127,7 +126,6 @@ export class RepostedByViewModel {
|
|||
private async _refresh() {
|
||||
this._xLoading(true)
|
||||
// TODO: refetch and update items
|
||||
await new Promise(r => setTimeout(r, 250)) // DEBUG
|
||||
this._xIdle()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue