Remove yaz_log msg
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 14 Nov 2012 11:36:30 +0000 (12:36 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 14 Nov 2012 11:36:30 +0000 (12:36 +0100)
src/filter_zoom.cpp

index 0905765..d2ffb67 100644 (file)
@@ -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;