Skip to content

Commit

Permalink
chore(jest): remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
drepram committed Mar 10, 2022
1 parent 8ca5047 commit c728403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/EXIF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const strip = (e: any) => {
let recess = 0
const pieces = []
let i = 0
console.log(1, dv.getUint16(offset))

if (dv.getUint16(offset) === 0xffd8) {
offset += 2
let app1 = dv.getUint16(offset)
Expand Down

0 comments on commit c728403

Please sign in to comment.