Browse Source

removed dpm

Lacey Sanderson 12 years ago
parent
commit
716ce8912d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tripal_core/tripal_core.api.inc

+ 0 - 1
tripal_core/tripal_core.api.inc

@@ -167,7 +167,6 @@ function tripal_core_chado_insert($table, $values, $options) {
   }
 
   if ($validate) {
-    dpm('validate');
 
     // check for violation of any unique constraints
     $ukeys = $table_desc['unique keys'];