[glom/glom-1-18] Remove debug output



commit 742c39da6e2f1cd95fb938367dedd08154e803b6
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jul 5 11:11:29 2011 +0200

    Remove debug output

 glom/utility_widgets/db_adddel/db_adddel.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/utility_widgets/db_adddel/db_adddel.cc b/glom/utility_widgets/db_adddel/db_adddel.cc
index 3873572..65c0e7e 100644
--- a/glom/utility_widgets/db_adddel/db_adddel.cc
+++ b/glom/utility_widgets/db_adddel/db_adddel.cc
@@ -708,7 +708,7 @@ int DbAddDel::get_fixed_cell_height()
   //TODO: Find out if this is reallyt the right way to calculate the correct height:
   int extra_height = 0;
   gtk_widget_style_get(GTK_WIDGET(m_TreeView.gobj()), "vertical-separator", &extra_height, (void*)0);
-  std::cout << "debug: extra_height=" << extra_height << std::endl;
+  //std::cout << "debug: extra_height=" << extra_height << std::endl;
 
   return m_fixed_cell_height + extra_height;
 }



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