Pārlūkot izejas kodu

oops forgot to remove dpms

Stephen Ficklin 7 gadi atpakaļ
vecāks
revīzija
2c9e78fbca

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

@@ -1115,9 +1115,6 @@ function tripal_chado_field_storage_bundle_mapping_form_submit($form,
     $default['prop_term_value'] = $form_state['values']['prop_term_value'];
   }
 
-
-  dpm($form_state['values']);
-  dpm($default);
   // If we have a type_column then we know this type uses a column in the
   // base table, so we can set the storage args and return.
   if ($default['type_column']) {