diff --git a/core/modules/rest/src/Tests/Views/StyleSerializerTest.php b/core/modules/rest/src/Tests/Views/StyleSerializerTest.php index 0383ef6..813c35a 100644 --- a/core/modules/rest/src/Tests/Views/StyleSerializerTest.php +++ b/core/modules/rest/src/Tests/Views/StyleSerializerTest.php @@ -246,13 +246,10 @@ public function testSerializerFieldDisplayPagingResponse() { // Create the entity collection. $collection = $this->getCollectionFromView($view); - debug($collection); $this->assertTrue($collection->hasLinks(), 'Collection created from a paging view has (hypermedia) link relations'); $expected = $serializer->serialize($collection, 'hal_json'); $this->assertEqual($actual_json_page_last, $expected, 'The expected HAL output for last page was found.'); - debug($expected); - debug($actual_json_page_last); } /** * Checks the behavior of the Serializer callback paths and row plugins.