remove log

This commit is contained in:
Hailey
2024-02-13 23:08:02 -08:00
parent b49333dc77
commit 614cc9429e
+1 -5
View File
@@ -34,13 +34,9 @@ export async function uploadBlob(
): Promise<ComAtprotoRepoUploadBlob.Response> {
if (isWeb) {
// `blob` should be a data uri
console.log(convertDataURIToUint8Array(blob))
const x = await agent.uploadBlob(convertDataURIToUint8Array(blob), {
return agent.uploadBlob(convertDataURIToUint8Array(blob), {
encoding,
})
return x
} else {
// `blob` should be a path to a file in the local FS
return agent.uploadBlob(