Browse Source

Forgot a dpm

Stephen Ficklin 8 years ago
parent
commit
70db94dd5a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tripal/includes/tripal.fields.inc

+ 0 - 1
tripal/includes/tripal.fields.inc

@@ -768,7 +768,6 @@ function tripal_field_formatter_settings_form($field, $instance,
   // the ability to change the bundle default about whether they are
   // shown if they have no items.  We have to put this here rather than in the
   // TripalFieldFormatter class because not all fields implement this class.
-  dpm($field);
 
   $formatter_class = $field['type'] . '_formatter';
   $elements = array();