Skip to content

Commit f815d44

Browse files
author
abdelfattah
committed
chg: 🔇 remove console.log
1 parent 5606855 commit f815d44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/image.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const dataURItoBlob = (dataURI: string) => {
2929
}
3030

3131
export const prepareImage = async (image: string) => {
32-
console.log('new version')
3332
const blob = await urlToBlob(image)
3433
if (blob.type === 'image/heic') {
3534
return await heicToJpg(blob)

0 commit comments

Comments
 (0)