laceysanderson 14 years ago
parent
commit
dc968d0f47

+ 0 - 1
tripal_core/views/handlers/views_handler_field_stockprop_by_type.inc

@@ -91,7 +91,6 @@ class views_handler_field_stockprop_by_type extends views_handler_field_prerende
   function render_item($count, $item) {
   	$text = array();
   	
-  dpm($this->options['stockprop_display_options']);
   	if ($this->options['stockprop_display_options']['value']) {
   		if ($item['value']) {
         $text[] =  $item['value'];