X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.c;h=b323bf8586a2370b2e072b69eb3a8d6cb10b68e1;hb=503f53bfdde87fc40466dadb77bc04cee0be2567;hp=674a9a27022b44bedb51c8883a8d203cfe0be3c8;hpb=90f346cc015bb89d28c93e35ba2e23d6671e14f2;p=pspp-builds.git diff --git a/src/libpspp/i18n.c b/src/libpspp/i18n.c index 674a9a27..b323bf85 100644 --- a/src/libpspp/i18n.c +++ b/src/libpspp/i18n.c @@ -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);