mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Clean up log
This commit is contained in:
parent
e5ed88c8ec
commit
96ffdcda59
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue