diff OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 1652:69f7822ee254

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Sep 2015 13:49:35 +0200
parents 1558b3226b18
children 26083d84d237
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Thu Sep 24 16:01:09 2015 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp	Mon Sep 28 13:49:35 2015 +0200
@@ -365,8 +365,6 @@
 
   static void ModifyInstance(RestApiPostCall& call)
   {
-    throw OrthancException(ErrorCode_CannotStoreInstance);
-
     DicomModification modification;
     modification.SetAllowManualIdentifiers(true);