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



commit 7226b102c131ff362d586cbaacc1139febdefb36
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 28 14:13:30 2011 +0100

    Remove debug output

 glom/libglom/data_structure/glomconversions.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/glom/libglom/data_structure/glomconversions.cc b/glom/libglom/data_structure/glomconversions.cc
index e426dc5..5af74e1 100644
--- a/glom/libglom/data_structure/glomconversions.cc
+++ b/glom/libglom/data_structure/glomconversions.cc
@@ -435,8 +435,6 @@ Glib::ustring Conversions::get_text_for_gda_value(Field::glom_field_type glom_ty
     std::stringstream another_stream;
     another_stream.imbue(locale); //Tell it to parse stuff as per this locale.
 
-    std::cout << "debug: iso_format = " << iso_format << std::endl;
-
     //Numeric formatting:
     if(!iso_format)
     {



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