Issue #2105789 by fago: Fixed Remove debug statement from taxonomy formatter base.

8.0.x
webchick 2013-10-14 22:25:17 -07:00
parent fccc64dc31
commit df406f015f
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ abstract class TaxonomyFormatterBase extends FormatterBase {
// Rekey the items array if needed.
if ($rekey) {
$items->filterEmptyValues();
debug($items->getValue());
}
}
}