removed unnexessary output to std::cout
[metaproxy-moved-to-github.git] / src / router_flexml.cpp
index b6bafa9..5a1e43b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: router_flexml.cpp,v 1.19 2006-11-29 13:00:54 marc Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $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())
         {