[glom] Remove debug output



commit e3c8035de4f15c1da116d550f38ccaee1fd66288
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Aug 4 16:03:18 2011 +0200

    Remove debug output

 glom/libglom/document/document.cc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/document/document.cc b/glom/libglom/document/document.cc
index 6914f01..6edc6ab 100644
--- a/glom/libglom/document/document.cc
+++ b/glom/libglom/document/document.cc
@@ -3267,8 +3267,7 @@ void Document::save_before_layout_group(xmlpp::Element* node, const sharedptr<co
                 set_node_attribute_value(child_navigation_relationship,
                   GLOM_ATTRIBUTE_PORTAL_NAVIGATION_TYPE, navigation_type_string);
               }
-              
-              std::cout << "document: saving rows_count=" << portal->get_rows_count() << std::endl;
+
               set_node_attribute_value_as_decimal_double(child, 
                 GLOM_ATTRIBUTE_PORTAL_ROWS_COUNT, portal->get_rows_count());
 



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