index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-04-01 13:21:59 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-04-01 21:52:28 -0400 |
commit | d32ef4329cce794a2ef0fb127a4e457bf74ff427 (patch) | |
tree | 417286e60a7607a21da649c1ea7412a0d5f95e23 | |
parent | dea03d715b660c953777ca0da12036e217b36637 (diff) |
-rw-r--r-- | src/pacman/pacman.c | 2 |
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 21076071..98fcd98e 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -200,8 +200,6 @@ static void localize() { static int init = 0; if (!init) { - printf("debug: PACKAGE: %s\n", PACKAGE); - printf("debug: LOCALEDIR: %s\n", LOCALEDIR); setlocale(LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); |