Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsth committed Feb 11, 2020
1 parent 2cb515d commit f69b3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,6 @@ func (parser *PdfParser) seekToEOFMarker(fSize int64) error {
if err != nil {
return err
}
common.Log.Debug("At: %d", at)

// Read the data.
b1 := make([]byte, buflen)
Expand Down

0 comments on commit f69b3b2

Please sign in to comment.