mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
remove debugging code
This commit is contained in:
@@ -37,9 +37,7 @@
|
||||
var streamObjects = new List<CosObject>(numberOfObjects);
|
||||
|
||||
var bytes = stream.Decode(filterProvider);
|
||||
|
||||
var text = UglyToad.Pdf.Util.OtherEncodings.BytesAsLatin1String(bytes);
|
||||
|
||||
|
||||
var reader = new RandomAccessBuffer(bytes);
|
||||
|
||||
for (int i = 0; i < numberOfObjects; i++)
|
||||
|
Reference in New Issue
Block a user