diff --git a/uuid.core.inc b/uuid.core.inc
index f545d3b..1f1efb0 100644
--- a/uuid.core.inc
+++ b/uuid.core.inc
@@ -430,3 +430,16 @@ function workbench_uuid_entities_features_export_entity_alter(&$entity, $entity_
 /**
  * @} End of "Export alterations"
  */
+
+/**
+ * UUID integration
+ */
+
+/**
+ * Implements hook_clone_node_alter()
+ */
+function uuid_clone_node_alter(&$node, $original_node, $method) {
+  $node->uuid = '';
+  $node->vuuid = '';
+  $node->log = '';
+}
\ No newline at end of file
