diff --git a/core/parser.go b/core/parser.go index 39364fdcb..a8be9e71d 100755 --- a/core/parser.go +++ b/core/parser.go @@ -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)