remove debugging code

This commit is contained in:
Eliot Jones
2017-12-26 19:19:39 +00:00
parent e050499db3
commit 889b6a346d

View File

@@ -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++)