From: Adam Dickmeiss Date: Tue, 18 Nov 2008 13:12:15 +0000 (+0100) Subject: Removed cout stmt. X-Git-Tag: v1.0.16~33 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=4853e5aaca0bd7cfa907953bba1f6dea50d133c4;p=metaproxy-moved-to-github.git Removed cout stmt. --- diff --git a/src/filter_multi.cpp b/src/filter_multi.cpp index 82e2f8e..3952649 100644 --- a/src/filter_multi.cpp +++ b/src/filter_multi.cpp @@ -1180,7 +1180,6 @@ void mp::filter::Multi::configure(const xmlNode * ptr, bool test_only) { std::string route = mp::xml::get_route(ptr); std::string target = mp::xml::get_text(ptr); - std::cout << "route=" << route << " target=" << target << "\n"; m_p->m_target_route[target] = route; } else if (!strcmp((const char *) ptr->name, "hideunavailable"))