diff --git a/core/modules/system/lib/Drupal/system/Tests/Menu/LocalTasksTest.php b/core/modules/system/lib/Drupal/system/Tests/Menu/LocalTasksTest.php index e9a64e5..28ccb5d 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Menu/LocalTasksTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Menu/LocalTasksTest.php @@ -201,7 +201,6 @@ public function testPluginLocalTask() { $entity = \Drupal::entityManager()->getStorageController('entity_test')->create(array('bundle' => 'test')); $entity->save(); - debug($entity->id()); $this->drupalGet('menu-local-task-test-upcasting/1/sub1');