diff --git a/tests/ZM/Event/EventMapIteratorTest.php b/tests/ZM/Event/EventMapIteratorTest.php index f3039fc9..0bb2d82d 100644 --- a/tests/ZM/Event/EventMapIteratorTest.php +++ b/tests/ZM/Event/EventMapIteratorTest.php @@ -17,7 +17,6 @@ class EventMapIteratorTest extends TestCase { public function testIterator(): void { - Console::setLevel(4); $iterator = new EventMapIterator(Hello::class, 'randNum', CommandArgument::class); $arr = iterator_to_array($iterator); $this->assertArrayNotHasKey(0, $arr);