comment out local test

This commit is contained in:
Eliot Jones
2018-01-13 20:19:34 +00:00
parent 95ead2a3de
commit 595c137282

View File

@@ -10,9 +10,9 @@
[Fact] [Fact]
public void Tests() public void Tests()
{ {
using (var document = PdfDocument.Open(@"C:\Users\eliot\Downloads\ICML03-081.pdf")) //using (var document = PdfDocument.Open(@"C:\Users\eliot\Downloads\ICML03-081.pdf"))
{ {
var page = document.GetPage(1); //var page = document.GetPage(1);
} }
} }
} }