Explorar el Código

Testing commit on GitHub

Stephen Ficklin hace 9 años
padre
commit
c514ae209a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);