Browse Source

forgot to remove dpm

Stephen Ficklin 11 years ago
parent
commit
4e189d9044

+ 0 - 1
tripal_featuremap/theme/tripal_feature/tripal_feature_featurepos.tpl.php

@@ -33,7 +33,6 @@ $feature = tripal_core_expand_chado_vars($feature, 'table', 'featurepos', $optio
 // the function call above will try to expand both and will create an array of matches for each FK.
 // we only want to show the map that this feature belongs to
 $map_positions = $feature->featurepos->map_feature_id;
-dpm($feature);
 
 // the total number of records for the paged query is stored in a session variable
 $total_records = chado_pager_get_count($featurepos_pager_id);