Mercurial > hg > orthanc
diff OrthancServer/ServerIndex.cpp @ 1271:83d8b3eacf49
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 09 Jan 2015 17:23:02 +0100 |
parents | cf5bd2dc3b7a |
children | b4acdb37e43b |
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp Fri Jan 09 16:46:36 2015 +0100 +++ b/OrthancServer/ServerIndex.cpp Fri Jan 09 17:23:02 2015 +0100 @@ -250,8 +250,6 @@ assert(index_.currentStorageSize_ >= index_.listener_->GetSizeOfFilesToRemove()); index_.currentStorageSize_ -= index_.listener_->GetSizeOfFilesToRemove(); - assert(index_.currentStorageSize_ == index_.db_.GetTotalCompressedSize()); - // Send all the pending changes to the Orthanc plugins index_.listener_->CommitChanges();