This commit is contained in:
M66B
2018-08-06 14:22:03 +00:00
parent 267e08685c
commit 9e60b4eabd
2 changed files with 9 additions and 15 deletions

View File

@@ -86,9 +86,6 @@ public class EntityOperation {
return;
}
purged = dao.deleteOperations(message.id, name);
} else if (DELETE.equals(name)) {
if (message.uid == null)
return;
}
EntityOperation operation = new EntityOperation();