Browse Source

Testing commit on GitHub

Stephen Ficklin 9 years ago
parent
commit
c514ae209a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tripal_entities/includes/tripal_entities.field_storage.inc

+ 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);