فهرست منبع

Removed dpm's that got left in

Stephen Ficklin 10 سال پیش
والد
کامیت
42e261b4c2
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  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);
     $resource = chado_query($sql, $args);
   }
   }
 
 
-dpm($sql, 'sql');
-dpm($args, 'args');
-dpm($where, 'where');
-
   // Format results into an array.
   // Format results into an array.
   $results = array();
   $results = array();
   foreach ($resource as $r) {
   foreach ($resource as $r) {