Clean up log

This commit is contained in:
Jordan Eldredge 2025-11-03 07:54:59 -08:00
parent e5ed88c8ec
commit 96ffdcda59

View file

@ -166,7 +166,6 @@ async function uploadImageFromFilePath(
const dstResp = await agent.uploadBlob(imgU8);
if (!dstResp.success) {
console.log(dstResp);
throw new Error("Failed to upload image");
}
return dstResp.data.blob;