mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-18 18:27:55 +08:00
remove debugging code
this code was used to check content streams but should not be committed.
This commit is contained in:
@@ -142,8 +142,6 @@
|
||||
var operations = pageContentParser.Parse(pageNumber, new ByteArrayInputBytes(contentBytes),
|
||||
log);
|
||||
|
||||
var text = OtherEncodings.BytesAsLatin1String(contentBytes);
|
||||
|
||||
var context = new ContentStreamProcessor(cropBox.Bounds, resourceStore, userSpaceUnit, rotation, pdfScanner,
|
||||
pageContentParser,
|
||||
filterProvider,
|
||||
|
Reference in New Issue
Block a user