[libgda] GdaUtil: removed debug messages
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] GdaUtil: removed debug messages
- Date: Wed, 18 Mar 2020 19:16:40 +0000 (UTC)
commit 71ad746798b799c396d25753c4c07ab1a1b3272c
Author: Daniel Espinosa <esodan gmail com>
Date: Wed Mar 18 13:00:03 2020 -0600
GdaUtil: removed debug messages
libgda/gda-util.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/libgda/gda-util.c b/libgda/gda-util.c
index d3705287a..0fc9ca0d4 100644
--- a/libgda/gda-util.c
+++ b/libgda/gda-util.c
@@ -3281,15 +3281,11 @@ gda_parse_iso8601_time (const gchar *value)
{
g_return_val_if_fail (value != NULL, FALSE);
gchar *str = g_strdup_printf ("1970-01-01T%s", value);
- g_message ("Time ISO to parse: %s", str);
GDateTime *dt;
GTimeZone *tz = g_time_zone_new_utc ();
dt = g_date_time_new_from_iso8601 (str, tz);
g_time_zone_unref (tz);
g_free (str);
- str = g_date_time_format (dt, "%FT%T%:z");
- g_message ("Parsed time: %s", str);
- g_free (str);
return (GdaTime*) dt;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]