Currently, they are not removed because the code is wrong: we try to remove an operation from the entityKeys.
After inspection, we should not remove them: it's used to keep track of the entities which are in the insertion queue so we just need to clean the code and remove this statement. |
|