remove debug code from the test

i accidentally left this in when debugging the pdf merging.
This commit is contained in:
Eliot Jones
2020-03-15 16:29:18 +00:00
parent c1a1fa1f7f
commit 908d84ccc6

View File

@@ -38,9 +38,7 @@
var two = IntegrationHelpers.GetDocumentPath("Single Page Simple - from inkscape.pdf");
var result = PdfMerger.Merge(one, two);
System.IO.File.WriteAllBytes(@"C:\temp\merged.pdf", result);
using (var document = PdfDocument.Open(result, ParsingOptions.LenientParsingOff))
{
Assert.Equal(2, document.NumberOfPages);