From 8efd25ef65c363d5c284501a723d0a5ba0308ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20N=C3=BCrnberger?= Date: Sun, 20 Aug 2023 18:03:32 +0200 Subject: [PATCH] remove debug output --- src/Logging/JUnit/JUnitLogger.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Logging/JUnit/JUnitLogger.php b/src/Logging/JUnit/JUnitLogger.php index 235899cc..68ce1756 100644 --- a/src/Logging/JUnit/JUnitLogger.php +++ b/src/Logging/JUnit/JUnitLogger.php @@ -105,8 +105,6 @@ final class JUnitLogger $this->printer->print($this->document->saveXML()); $this->printer->flush(); - - $this->output->writeln('Junit finished'); } public function testSuiteStarted(Started $event): void