Skip to content

Commit 327765f

Browse files
committed
Remove forgotten debug
1 parent 34b1be1 commit 327765f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pixie/fileformats/jpeg.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,6 @@ proc checkRestart(state: var DecoderState) =
877877
dec state.todoBeforeRestart
878878
if state.todoBeforeRestart <= 0:
879879
if state.pos + 1 > state.len:
880-
echo $state
881880
failInvalid()
882881
if state.buffer[state.pos] == 0xFF and state.buffer[state.pos+1] == jpegEndOfImage:
883882
return

0 commit comments

Comments
 (0)