[libgda/LIBGDA_4.0] Removed some debug messages



commit 1687f2dd61ec0d9a3d367a2f8927e7f40d4cc834
Author: Vivien Malerba <malerba gnome-db org>
Date:   Tue Sep 29 20:33:14 2009 +0200

    Removed some debug messages

 libgda/handlers/gda-handler-time.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/handlers/gda-handler-time.c b/libgda/handlers/gda-handler-time.c
index 7a4bbeb..2a4355e 100644
--- a/libgda/handlers/gda-handler-time.c
+++ b/libgda/handlers/gda-handler-time.c
@@ -341,7 +341,7 @@ handler_compute_locale (GdaHandlerTime *hdl)
 		now_tm = localtime (&now);
 		hdl->priv->str_locale->current_offset = ((now_tm->tm_year + 1900) / 100) * 100;
 
-#ifdef GDA_DEBUG		
+#ifdef GDA_DEBUG_NO		
 		for (i=0; i<3; i++) {
 			switch (hdl->priv->str_locale->dmy_order[i]) {
 			case G_DATE_MONTH:



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