Stephen Ficklin 9 лет назад
Родитель
Сommit
c514ae209a
1 измененных файлов с 0 добавлено и 1 удалено
  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);