[glom] Remove debug output



commit 740a6a3faea1bb367c616f5a8400419cf9b3c7d7
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jul 14 12:53:26 2011 +0200

    Remove debug output

 glom/mode_data/datawidget/treemodel_db.cc |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/glom/mode_data/datawidget/treemodel_db.cc b/glom/mode_data/datawidget/treemodel_db.cc
index 563e081..a4b9c64 100644
--- a/glom/mode_data/datawidget/treemodel_db.cc
+++ b/glom/mode_data/datawidget/treemodel_db.cc
@@ -888,15 +888,10 @@ Gtk::TreeModel::iterator DbTreeModel::get_last_row()
   const int rows_count = get_internal_rows_count();
   if(rows_count)
   {
-    std::cout << "rows_count=" << rows_count << std::endl;
-   
     type_datamodel_row_index row = rows_count - 1;
     
     if(row > 0) //This should always be true, because there is always a placeholder.
       --row; //Ignore the placeholder.
-
-    std::cout << "row=" << row << std::endl;
-   
    
     //Step backwards until we find one that is not removed.
     while((m_map_rows.find(row) != m_map_rows.end()) && m_map_rows[row].m_removed)



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