mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
remove debugging code
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
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