Browse Source

Forgot to remove dpms

Stephen Ficklin 7 years ago
parent
commit
c2062dbc3a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripal_chado/includes/tripal_chado.field_storage.inc

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

@@ -628,8 +628,8 @@ function tripal_chado_field_storage_query($query) {
     } // end if ($sort['type'] == 'field') {
   } // end foreach ($query->order as $index => $sort) {
 
-  dpm($cquery->__toString());
-  dpm($cquery->getArguments());
+//   dpm($cquery->__toString());
+//   dpm($cquery->getArguments());
 
   $records = $cquery->execute();