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:
a7ceaa4
)
Remove yaz_log msg
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 14 Nov 2012 11:36:30 +0000
(12:36 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 14 Nov 2012 11:36:30 +0000
(12:36 +0100)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
0905765
..
d2ffb67
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-1423,7
+1423,6
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::get_backend_from_databases(
std::string url(sptr->target);
if (sptr->sru.length())
{
- yaz_log(YLOG_LOG, "Got URL %s", url.c_str());
b->set_option("sru", sptr->sru);
if (url.find_first_of("://") == std::string::npos)
url = "http://" + url;