remove test log
This commit is contained in:
@@ -122,9 +122,7 @@ export async function post(agent: BskyAgent, opts: PostOpts) {
|
|||||||
|
|
||||||
if (isNative) {
|
if (isNative) {
|
||||||
try {
|
try {
|
||||||
console.log('attempting to delete', path)
|
|
||||||
deleteAsync(path)
|
deleteAsync(path)
|
||||||
console.log('deleted', path)
|
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -185,9 +183,7 @@ export async function post(agent: BskyAgent, opts: PostOpts) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if (isNative) {
|
if (isNative) {
|
||||||
console.log('attempting to delete', opts.extLink.localThumb.path)
|
|
||||||
deleteAsync(opts.extLink.localThumb.path)
|
deleteAsync(opts.extLink.localThumb.path)
|
||||||
console.log('deleted', opts.extLink.localThumb.path)
|
|
||||||
}
|
}
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user