Przeglądaj źródła

Testing commit on GitHub

Stephen Ficklin 9 lat temu
rodzic
commit
c514ae209a

+ 0 - 1
tripal_entities/includes/tripal_entities.field_storage.inc

@@ -16,7 +16,6 @@ function tripal_entities_field_storage_info() {
  * Implements hook_field_storage_write().
  */
 function tripal_entities_field_storage_write($entity_type, $entity, $op, $fields) {
-  drupal_debug($entity_type);
   // Get the IDs for this entity.
   list($id, $vid, $bundle) = entity_extract_ids($entity_type, $entity);