From df406f015f9f11da529d08d4cccdbbc786bc853f Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Mon, 14 Oct 2013 22:25:17 -0700
Subject: [PATCH] Issue #2105789 by fago: Fixed Remove debug statement from
 taxonomy formatter base.

---
 .../taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
index 0ca7d37dd4c7..ef9cf1afff2c 100644
--- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
+++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
@@ -61,7 +61,6 @@ public function prepareView(array $entities_items) {
         // Rekey the items array if needed.
         if ($rekey) {
           $items->filterEmptyValues();
-          debug($items->getValue());
         }
       }
     }
-- 
GitLab