diff Platforms/Generic/Oracle.cpp @ 86:02c3a7a4938f wasm

removing of the Start() mechanism
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 13:42:50 +0200
parents f40a78cc7070
children 4a541cd4fa83
line wrap: on
line diff
--- a/Platforms/Generic/Oracle.cpp	Fri May 26 12:20:26 2017 +0200
+++ b/Platforms/Generic/Oracle.cpp	Fri May 26 13:42:50 2017 +0200
@@ -112,9 +112,6 @@
       switch (state_)
       {
         case State_Init:
-          LOG(ERROR) << "You must call Oracle::Start()";
-          throw Orthanc::OrthancException(Orthanc::ErrorCode_BadSequenceOfCalls);
-
         case State_Started:
           queue_.Enqueue(protection.release());
           break;