changeset 1271:83d8b3eacf49

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Jan 2015 17:23:02 +0100
parents cf5bd2dc3b7a
children 7442097b41c9
files OrthancServer/ServerIndex.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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();