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:
2f6fac6
)
Removed cout stmt.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 18 Nov 2008 13:12:15 +0000
(14:12 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 18 Nov 2008 13:12:15 +0000
(14:12 +0100)
src/filter_multi.cpp
patch
|
blob
|
history
diff --git
a/src/filter_multi.cpp
b/src/filter_multi.cpp
index
82e2f8e
..
3952649
100644
(file)
--- a/
src/filter_multi.cpp
+++ b/
src/filter_multi.cpp
@@
-1180,7
+1180,6
@@
void mp::filter::Multi::configure(const xmlNode * ptr, bool test_only)
{
std::string route = mp::xml::get_route(ptr);
std::string target = mp::xml::get_text(ptr);
- std::cout << "route=" << route << " target=" << target << "\n";
m_p->m_target_route[target] = route;
}
else if (!strcmp((const char *) ptr->name, "hideunavailable"))