[glom] Remove debug output



commit 4caa00c581657d6428537c63068cda5b3b8b7af3
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jul 14 11:04:40 2011 +0200

    Remove debug output

 glom/mode_data/box_data_list.cc           |    6 +++---
 glom/mode_data/datawidget/treemodel_db.cc |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glom/mode_data/box_data_list.cc b/glom/mode_data/box_data_list.cc
index 80dfcb3..e06ddf8 100644
--- a/glom/mode_data/box_data_list.cc
+++ b/glom/mode_data/box_data_list.cc
@@ -277,15 +277,15 @@ void Box_Data_List::on_details_nav_next()
     //Don't go past the last record:
     if( !m_AddDel.get_is_last_row(iter) )
     {
-      std::cout << "debug: " << G_STRFUNC << ": The current row was not the last row." << std::endl;
+      //std::cout << "debug: " << G_STRFUNC << ": The current row was not the last row." << std::endl;
 
       iter++;
       m_AddDel.select_item(iter);
 
       signal_user_requested_details().emit(m_AddDel.get_value_key_selected());
     }
-    else
-      std::cout << "debug: " << G_STRFUNC << ": Not going past the last row." << std::endl;
+    //else
+    //  std::cout << "debug: " << G_STRFUNC << ": Not going past the last row." << std::endl;
   }
 }
 
diff --git a/glom/mode_data/datawidget/treemodel_db.cc b/glom/mode_data/datawidget/treemodel_db.cc
index 7ed78f4..563e081 100644
--- a/glom/mode_data/datawidget/treemodel_db.cc
+++ b/glom/mode_data/datawidget/treemodel_db.cc
@@ -907,7 +907,7 @@ Gtk::TreeModel::iterator DbTreeModel::get_last_row()
         return result; //failed, because there are no non-removed row.
     }
 
-    std::cout << G_STRFUNC << ": returning row=" << row << std::endl;
+    //std::cout << G_STRFUNC << ": debug: returning row=" << row << std::endl;
     create_iterator(row, result);
   }
 



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