undo debugging code

This commit is contained in:
Eliot Jones
2018-01-02 22:23:50 +00:00
parent 5ab8d69ea5
commit 8b8f2941a5

View File

@@ -62,8 +62,6 @@
var contents = contentStream.Decode(filterProvider);
var texty = OtherEncodings.BytesAsLatin1String(contents);
var operations = pageContentParser.Parse(new ByteArrayInputBytes(contents));
var context = new ContentStreamProcessor(cropBox.Bounds, resourceStore, userSpaceUnit);