From: Marc Cromme Date: Thu, 8 Feb 2007 09:27:32 +0000 (+0000) Subject: removed output to std::out X-Git-Tag: METAPROXY.1.0.10~45 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=d2abbfdee5956aebb5e4cf7c2eb2b97e49403b78;p=metaproxy-moved-to-github.git removed output to std::out --- 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()) {