From 2e4b6bc1b1488c7374843308aa87a1e4b8a60998 Mon Sep 17 00:00:00 2001 From: Vinzenz Rosenkranz Date: Thu, 12 Dec 2024 14:55:17 +0100 Subject: [PATCH] remove debug code Signed-off-by: Vinzenz Rosenkranz --- tests/Feature/ApiEditorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/ApiEditorTest.php b/tests/Feature/ApiEditorTest.php index d457b678..e379ca86 100644 --- a/tests/Feature/ApiEditorTest.php +++ b/tests/Feature/ApiEditorTest.php @@ -843,7 +843,6 @@ public function testDeleteEntityTypeEndpoint() $etCnt = EntityType::count(); $this->assertEquals(5, $etCnt); $eaCnt = EntityAttribute::count(); - info(EntityAttribute::all()); $this->assertEquals(24, $eaCnt); $eCnt = Entity::count(); $this->assertEquals(8, $eCnt);