From 3ea08f13c10d33b1d8e647f644418d0f712ce477 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 17 Apr 2024 11:43:42 -0700 Subject: [PATCH] remove test log --- src/lib/api/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/api/index.ts b/src/lib/api/index.ts index 349c1a23b9..cf287602a5 100644 --- a/src/lib/api/index.ts +++ b/src/lib/api/index.ts @@ -122,9 +122,7 @@ export async function post(agent: BskyAgent, opts: PostOpts) { if (isNative) { try { - console.log('attempting to delete', path) deleteAsync(path) - console.log('deleted', path) } catch (e) {} } @@ -185,9 +183,7 @@ export async function post(agent: BskyAgent, opts: PostOpts) { try { if (isNative) { - console.log('attempting to delete', opts.extLink.localThumb.path) deleteAsync(opts.extLink.localThumb.path) - console.log('deleted', opts.extLink.localThumb.path) } } catch (e) {} }