X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Frouter_flexml.cpp;h=5a1e43bcd828715d5e38bec5bfcf0ff8e3c2da3f;hb=dbadcb9afcc679f58e0a7208abccd0303abe4abe;hp=36d036588d7e2f945701d57235ce2d06fe05df8f;hpb=b70b9ec78f0ab1c3ed3b432de986159129a0e4ed;p=metaproxy-moved-to-github.git diff --git a/src/router_flexml.cpp b/src/router_flexml.cpp index 36d0365..5a1e43b 100644 --- a/src/router_flexml.cpp +++ b/src/router_flexml.cpp @@ -1,4 +1,4 @@ -/* $Id: router_flexml.cpp,v 1.20 2007-01-25 14:05:54 adam Exp $ +/* $Id: router_flexml.cpp,v 1.21 2007-02-08 09:27:32 marc Exp $ Copyright (c) 2005-2007, Index Data. See the LICENSE file for details @@ -316,7 +316,7 @@ const mp::filter::Base *mp::RouterFleXML::Pos::move(const char *route) { if (route && *route) { - std::cout << "move to " << route << "\n"; + //std::cout << "move to " << route << "\n"; m_route_it = m_p->m_routes.find(route); if (m_route_it == m_p->m_routes.end()) {