[glom] Remove debug output
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Remove debug output
- Date: Tue, 5 Jul 2011 09:11:37 +0000 (UTC)
commit e535f15bce8cd547444496968d873d2f17d4d665
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jul 5 11:11:29 2011 +0200
Remove debug output
glom/mode_data/db_adddel/db_adddel.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/mode_data/db_adddel/db_adddel.cc b/glom/mode_data/db_adddel/db_adddel.cc
index 1709ffe..5dbcb33 100644
--- a/glom/mode_data/db_adddel/db_adddel.cc
+++ b/glom/mode_data/db_adddel/db_adddel.cc
@@ -646,7 +646,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]