From 4740927403892701279eff7a2b69de67f96bb2f0 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 9 Dec 2001 18:28:02 +0000 Subject: [PATCH] Remove superfluous printf statement. --- gedcom/encoding.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gedcom/encoding.c b/gedcom/encoding.c index de7770c..94d58d9 100644 --- a/gedcom/encoding.c +++ b/gedcom/encoding.c @@ -110,7 +110,6 @@ void init_encodings() gedcom_warning("Failed updating environment variable %s", GCONV_SEARCH_PATH); } - printf("%s\n", new_gconv_path); } /* Open gedcom configuration file and read */ -- 2.30.2