Issue #2105789 by fago: Fixed Remove debug statement from taxonomy formatter base.
parent
fccc64dc31
commit
df406f015f
|
@ -61,7 +61,6 @@ abstract class TaxonomyFormatterBase extends FormatterBase {
|
||||||
// Rekey the items array if needed.
|
// Rekey the items array if needed.
|
||||||
if ($rekey) {
|
if ($rekey) {
|
||||||
$items->filterEmptyValues();
|
$items->filterEmptyValues();
|
||||||
debug($items->getValue());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue