projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474b0a3
)
removed output to std::out
author
Marc Cromme
<marc@indexdata.dk>
Thu, 8 Feb 2007 09:27:32 +0000
(09:27 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Thu, 8 Feb 2007 09:27:32 +0000
(09:27 +0000)
src/router_flexml.cpp
patch
|
blob
|
history
diff --git
a/src/router_flexml.cpp
b/src/router_flexml.cpp
index
36d0365
..
5a1e43b
100644
(file)
--- 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())
{