diff --git a/tests/Integration/Einvoice/ZugferdTest.php b/tests/Integration/Einvoice/ZugferdTest.php index 59c1bab3b8..c4017d7dff 100644 --- a/tests/Integration/Einvoice/ZugferdTest.php +++ b/tests/Integration/Einvoice/ZugferdTest.php @@ -281,8 +281,8 @@ class ZugferdTest extends TestCase if (count($validator->getErrors()) > 0) { - nlog($invoice->toArray()); - nlog($xml); + // nlog($invoice->toArray()); + // nlog($xml); nlog($validator->getErrors()); }