[glom/glom-1-20] Remove debug output.



commit e12e09c4a9de4536f046b16c8db0fd583a08ffe9
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 3cfc2c0..f584920 100644
--- a/glom/libglom/db_utils.cc
+++ b/glom/libglom/db_utils.cc
@@ -652,7 +652,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]