Read dictionary encoding from data files.
[pspp-builds.git] / src / libpspp / i18n.c
index 674a9a27022b44bedb51c8883a8d203cfe0be3c8..b323bf8586a2370b2e072b69eb3a8d6cb10b68e1 100644 (file)
@@ -88,9 +88,6 @@ recode_string (const char *to, const char *from,
   if (from == NULL)
     from = default_encoding;
 
-
-  fprintf (stderr, "from: %s; to %s\n", from, to);
-
   if ( 0 == strcmp (to, from))
     return xstrndup (text, length);