[glom] Remove some stdout debug output.



commit 24ed7e2546a68564d0f0e03fef5a9469162094e8
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 30 17:21:30 2011 +0200

    Remove some stdout debug output.

 glom/mode_data/notebook_data.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/glom/mode_data/notebook_data.cc b/glom/mode_data/notebook_data.cc
index cdad49f..c425ce6 100644
--- a/glom/mode_data/notebook_data.cc
+++ b/glom/mode_data/notebook_data.cc
@@ -45,8 +45,6 @@ Notebook_Data::Notebook_Data()
   //Hide the GtkNotebook border:
   set_name("glomnotebook");
 
-  std::cout << G_OBJECT_TYPE_NAME(gobj()) << std::endl;
-  
   GtkStyleContext *style_context;
   GtkCssProvider *provider;
   GError *error = NULL;



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