changeset 1330:7227b096a6dc

removal of test code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Mar 2015 16:57:01 +0100
parents 272cb2019a4c
children 77e129ba64e4
files Plugins/Engine/OrthancPlugins.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.cpp	Wed Mar 11 16:51:31 2015 +0100
+++ b/Plugins/Engine/OrthancPlugins.cpp	Wed Mar 11 16:57:01 2015 +0100
@@ -321,15 +321,11 @@
     for (PImpl::RestCallbacks::const_iterator it = pimpl_->restCallbacks_.begin(); 
          it != pimpl_->restCallbacks_.end() && !found; ++it)
     {
-      printf(">> [%s]\n", flatUri.c_str());
-      std::cout << "   [" << *(it->first) << "]" << std::endl;
-
       // Check whether the regular expression associated to this
       // callback matches the URI
       boost::cmatch what;
       if (boost::regex_match(flatUri.c_str(), what, *(it->first)))
       {
-        printf("ICI\n");
         callback = it->second;
 
         // Extract the value of the free parameters of the regular expression