[libgda/LIBGDA_4.2] Removed debug info



commit 78a292f344150b371923f14273cadffa4f795692
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sun Aug 28 21:39:42 2011 +0200

    Removed debug info

 libgda/gda-data-model-import.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-data-model-import.c b/libgda/gda-data-model-import.c
index a564682..9d4008c 100644
--- a/libgda/gda-data-model-import.c
+++ b/libgda/gda-data-model-import.c
@@ -1333,7 +1333,6 @@ init_xml_import (GdaDataModelImport *model)
 			gda_column_set_dbms_type (column, (gchar*)spec->dbms_type);
 			gda_column_set_g_type (column, spec->gdatype);
 			gda_column_set_allow_null (column, spec->nullok);
-			g_print ("New col %d type [%s]\n", pos, gda_g_type_to_string (gda_column_get_g_type (column)));
 		}
 		clean_field_specs (fields);
 



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