diff --git a/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php b/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php index bd279c9..2622304 100644 --- a/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php +++ b/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php @@ -38,7 +38,6 @@ function testFileSaveAccessHidden() { // Add a file field to the test content type. $type = $this->drupalCreateContentType(); - debug($type); $field_name = 'hidden_file_field'; $this->createFileField($field_name, $type->name); $field = $this->container->get('field.info')->getField($field_name);