[web] Remove leftover console log
This commit is contained in:
parent
687efe506a
commit
0d48284b4f
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ Comlink.expose(DedicatedConvertWorker, self);
|
|||
* Both the input and output are blobs.
|
||||
*/
|
||||
export const convertHEICToJPEG = async (heicBlob: Blob): Promise<Blob> => {
|
||||
console.log("test")
|
||||
const filedata = await getUint8ArrayView(heicBlob);
|
||||
const result = await HeicConvert({ buffer: filedata, format: "JPEG" });
|
||||
const convertedFileData = new Uint8Array(result);
|
||||
|
|
Loading…
Reference in a new issue