Browse Source

Removed dpm's that got left in

Stephen Ficklin 10 years ago
parent
commit
42e261b4c2
1 changed files with 0 additions and 4 deletions
  1. 0 4
      tripal_core/api/tripal_core.chado_query.api.inc

+ 0 - 4
tripal_core/api/tripal_core.chado_query.api.inc

@@ -1360,10 +1360,6 @@ function chado_select_record($table, $columns, $values, $options = NULL) {
     $resource = chado_query($sql, $args);
   }
 
-dpm($sql, 'sql');
-dpm($args, 'args');
-dpm($where, 'where');
-
   // Format results into an array.
   $results = array();
   foreach ($resource as $r) {