Browse Source

Removed stray dpm

Stephen Ficklin 8 years ago
parent
commit
141e27de2c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tripal_chado/includes/tripal_chado.field_storage.inc

+ 0 - 2
tripal_chado/includes/tripal_chado.field_storage.inc

@@ -554,9 +554,7 @@ function tripal_chado_field_storage_query($query) {
     } // end if ($sort['type'] == 'field') {
   } // end foreach ($query->order as $index => $sort) {
 
-dpm($cquery);
   $records = $cquery->execute();
-  dpm($records);
 
   $result = array();
   while ($record = $records->fetchObject()) {