remove test log

This commit is contained in:
Hailey
2024-04-17 11:43:42 -07:00
parent 5b78fbc762
commit 3ea08f13c1
-4
View File
@@ -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) {}
}