[glom] Removed some debug output



commit 154170806aade67ee240407d101a6e398d8f1638
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 9 11:08:50 2010 +0200

    Removed some debug output

 glom/libglom/utils.cc                       |    1 -
 glom/utility_widgets/db_adddel/db_adddel.cc |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/utils.cc b/glom/libglom/utils.cc
index ff3770c..812f687 100644
--- a/glom/libglom/utils.cc
+++ b/glom/libglom/utils.cc
@@ -524,7 +524,6 @@ Utils::type_list_values_with_second Utils::get_choice_values(const Document* doc
       iter != extra_fields.end(); ++iter)
     {
       const sharedptr<const LayoutItem> item = *iter;
-      std::cout << "debug: item=" << item->get_name() << std::endl;
       const sharedptr<const LayoutItem_Field> item_field = sharedptr<const LayoutItem_Field>::cast_dynamic(item);
       if(item_field)
          fields.push_back(item_field); //TODO: Don't ignore other usable items such as static text.
diff --git a/glom/utility_widgets/db_adddel/db_adddel.cc b/glom/utility_widgets/db_adddel/db_adddel.cc
index 54323e3..cee3fb0 100644
--- a/glom/utility_widgets/db_adddel/db_adddel.cc
+++ b/glom/utility_widgets/db_adddel/db_adddel.cc
@@ -850,7 +850,6 @@ Gtk::CellRenderer* DbAddDel::construct_specified_columns_cellrenderer(const shar
           {
             const Utils::type_list_values_with_second list_values =
               Utils::get_choice_values_all(get_document(), item_field);
-            std::cout << G_STRFUNC << ": debug: values size=" << list_values.size() << std::endl;
             pCellRendererDbList->set_choices_with_second(list_values);
           }
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]