Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
df406f01
Commit
df406f01
authored
Oct 14, 2013
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2105789
by fago: Fixed Remove debug statement from taxonomy formatter base.
parent
fccc64dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
...taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
+0
-1
No files found.
core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php
View file @
df406f01
...
@@ -61,7 +61,6 @@ public function prepareView(array $entities_items) {
...
@@ -61,7 +61,6 @@ public function prepareView(array $entities_items) {
// Rekey the items array if needed.
// Rekey the items array if needed.
if
(
$rekey
)
{
if
(
$rekey
)
{
$items
->
filterEmptyValues
();
$items
->
filterEmptyValues
();
debug
(
$items
->
getValue
());
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment