@@ -81,14 +81,6 @@ function field_purge_batch($batch_size, $field_storage_unique_id = NULL) {
foreach($fieldsas$field){
$entity_type=$field->getTargetEntityTypeId();
// We cannot purge anything if the entity type is unknown (e.g. the
// providing module was uninstalled).
// @todo Revisit after https://www.drupal.org/node/2080823.
if(!isset($info[$entity_type])){
\Drupal::logger('field')->warning("Cannot remove field @field_name because the entity type is unknown: %entity_type",['@field_name'=>$field->getName(),'%entity_type'=>$entity_type]);