diff --git a/tests/PdfTest.php b/tests/PdfTest.php index c0b17da..f4f2f3b 100644 --- a/tests/PdfTest.php +++ b/tests/PdfTest.php @@ -10,8 +10,6 @@ class PdfTest extends TestCase public function testGetVersion() { - echo $this->getCmdLocation(); - $pdf = new Pdf(); $version = $pdf->getVersion();