Avoid debug std::cout
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Feb 2006 10:25:13 +0000 (10:25 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 2 Feb 2006 10:25:13 +0000 (10:25 +0000)
src/filter_multi.cpp
src/filter_virt_db.cpp

index 0b98de0..53bf19c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_multi.cpp,v 1.12 2006-01-19 09:35:43 adam Exp $
+/* $Id: filter_multi.cpp,v 1.13 2006-02-02 10:25:13 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -279,7 +279,6 @@ void yf::Multi::FrontendSet::round_robin(int start, int number,
             min = (start-p) / no_left;
             p += no_left * min;
             
-            std::cout << "\nBREAK min=" << min << " no_left=" << no_left << "\n\n";
             // update positions in each set..
             std::list<int>::iterator psit = pos.begin();
             for (psit = pos.begin(); psit != pos.end(); psit++)
index 98ed55a..c427deb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_virt_db.cpp,v 1.33 2006-01-18 10:57:27 adam Exp $
+/* $Id: filter_virt_db.cpp,v 1.34 2006-02-02 10:25:13 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -210,7 +210,6 @@ yf::Virt_db::BackendPtr yf::Virt_db::Frontend::init_backend(
         {
             b->m_named_result_sets = true;
         }
-        std::cout << "GOT INIT res=" << *res->result << "\n";
         if (!*res->result)
         {
             yp2::util::get_init_diagnostics(res, error_code, addinfo);