[glom/glom-1-26] Remove debug output.



commit 8fd146ac368031ae05e02240018a1b39d8df98d8
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 19 08:10:13 2015 +0100

    Remove debug output.

 glom/libglom/data_structure/glomconversions.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/data_structure/glomconversions.cc b/glom/libglom/data_structure/glomconversions.cc
index 7716273..3d43770 100644
--- a/glom/libglom/data_structure/glomconversions.cc
+++ b/glom/libglom/data_structure/glomconversions.cc
@@ -97,7 +97,7 @@ static inline const char* glom_get_locale_date_format()
     if(lc_time)
       lc_time = g_strdup(lc_time);
 
-    std::cout << "DEBUG: LC_TIME: " << lc_time << std::endl;
+    //std::cout << "DEBUG: LC_TIME: " << lc_time << std::endl;
 
     char* old_lc_messages = 0;
     bool changed_lc_messages = false;


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