1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

Remove some debug print statements that were left in on accident

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-04-01 13:21:59 -04:00
parent dea03d715b
commit d32ef4329c

View File

@ -200,8 +200,6 @@ static void localize()
{ {
static int init = 0; static int init = 0;
if (!init) { if (!init) {
printf("debug: PACKAGE: %s\n", PACKAGE);
printf("debug: LOCALEDIR: %s\n", LOCALEDIR);
setlocale(LC_ALL, ""); setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR); bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE); textdomain(PACKAGE);