summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 0 insertions, 2 deletions
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);