[glom/glom-1-16] Remove debug output
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-16] Remove debug output
- Date: Wed, 6 Jul 2011 06:57:05 +0000 (UTC)
commit 258ca81b5ef8eef7e9b4a4d56a606365958c7f44
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 da439e9..ba2595a 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]