Explorar o código

Oops forgot to take out dpm's

spficklin %!s(int64=12) %!d(string=hai) anos
pai
achega
d95e608e34
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;