Skip to content

Commit

Permalink
chg: πŸ”‡ remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelfattah committed Oct 5, 2023
1 parent 5606855 commit f815d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const dataURItoBlob = (dataURI: string) => {
}

export const prepareImage = async (image: string) => {
console.log('new version')
const blob = await urlToBlob(image)
if (blob.type === 'image/heic') {
return await heicToJpg(blob)
Expand Down

0 comments on commit f815d44

Please sign in to comment.