about summary refs log tree commit diff
path: root/src/state/models/post.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-09-30 11:30:18 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-09-30 11:30:18 -0500
commitb05a334dcbd6fbc5eb59da1d5cb111f683d5b1d8 (patch)
treef49392c21f20b488499ad285020f6f29c625cab4 /src/state/models/post.ts
parentefa84fb8e732fe1403ad3f8d366d8572937b8e3a (diff)
downloadvoidsky-b05a334dcbd6fbc5eb59da1d5cb111f683d5b1d8.tar.zst
Remove debug time delays
Diffstat (limited to 'src/state/models/post.ts')
-rw-r--r--src/state/models/post.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/post.ts b/src/state/models/post.ts
index e6542a375..73708311f 100644
--- a/src/state/models/post.ts
+++ b/src/state/models/post.ts
@@ -75,7 +75,6 @@ export class PostModel implements RemoveIndex<Post.Record> {
 
   private async _load() {
     this._xLoading()
-    await new Promise(r => setTimeout(r, 250)) // DEBUG
     try {
       const urip = new AdxUri(this.uri)
       const res = await this.rootStore.api.todo.social.post.get({