[glom] Remove debug output.



commit b5f94ac975e5c90c9d665bf5cbd5343445a60e9b
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 3 12:33:53 2012 +0100

    Remove debug output.

 glom/libglom/db_utils.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/db_utils.cc b/glom/libglom/db_utils.cc
index 235f802..e34d4a1 100644
--- a/glom/libglom/db_utils.cc
+++ b/glom/libglom/db_utils.cc
@@ -651,7 +651,7 @@ bool add_groups_from_document(Document* document)
   {
     const GroupInfo& group = *iter;
     const Glib::ustring name = group.get_name();
-    std::cout << G_STRFUNC << ": DEBUG: group=" << name << std::endl;
+    //std::cout << G_STRFUNC << ": DEBUG: group=" << name << std::endl;
 
     //See if the group exists in the database:
     type_vec_strings::const_iterator iterFind = std::find(database_groups.begin(), database_groups.end(), name);



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