# HG changeset patch # User Sebastien Jodogne # Date 1426089421 -3600 # Node ID 7227b096a6dc44ac3c9c40eafc972bfd98d15931 # Parent 272cb2019a4c556bc01bca2e505ca15d563cdbe7 removal of test code diff -r 272cb2019a4c -r 7227b096a6dc Plugins/Engine/OrthancPlugins.cpp --- 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