From b80fa1dbada50e860fcc72e7ea9840c326da73e8 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 22 Dec 2019 10:18:15 +0100 Subject: [PATCH] Removed debug message. --- src/gdaex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gdaex.c b/src/gdaex.c index b41a846..4e93e9a 100644 --- a/src/gdaex.c +++ b/src/gdaex.c @@ -134,8 +134,6 @@ gdaex_init (GdaEx *gdaex) GdaExPrivate *priv = GDAEX_GET_PRIVATE (gdaex); - g_message ("Init"); - priv->tables_name_prefix = NULL; priv->debug = 0; priv->log_file = NULL; -- 2.49.0