-
Committer:
David Faure
-
Date:
2016-05-14 07:47:27 UTC
-
Revision ID:
git-v1:109c10c29d47cdb39f728882dc85b204754a2cf0
Replace assert with early return, in case the collection was deleted meanwhile.
Another comment in the same file says
// Do not assert on invalid collections, since a collection may be deleted
// in the meantime and deleted collections are invalid.
Therefore it looks like this is expected.