removed output to std::out
authorMarc Cromme <marc@indexdata.dk>
Thu, 8 Feb 2007 09:27:32 +0000 (09:27 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 8 Feb 2007 09:27:32 +0000 (09:27 +0000)
src/router_flexml.cpp

index 36d0365..5a1e43b 100644 (file)
@@ -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())
         {