Sfoglia il codice sorgente

Oops forgot to take out dpm's

spficklin 12 anni fa
parent
commit
d95e608e34
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      tripal_feature/tripal_feature.module

+ 0 - 2
tripal_feature/tripal_feature.module

@@ -2086,9 +2086,7 @@ function tripal_feature_preprocess_tripal_feature_relationships(&$variables) {
 function tripal_feature_preprocess_tripal_feature_alignments(&$variables) {
   // we want to provide a new variable that contains the matched features.
   $feature = $variables['node']->feature;
-dpm($feature);
   $feature = tripal_core_expand_chado_vars($feature, 'table', 'featureloc');
-   dpm($feature); 
   
   // get alignments as child
   $cfeaturelocs = $feature->featureloc->feature_id;