summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-04-01 19:21:59 +0200
committerDan McGee <dan@archlinux.org>2007-04-02 03:52:28 +0200
commitd32ef4329cce794a2ef0fb127a4e457bf74ff427 (patch)
tree417286e60a7607a21da649c1ea7412a0d5f95e23 /src/pacman/pacman.c
parentdea03d715b660c953777ca0da12036e217b36637 (diff)
downloadpacman-d32ef4329cce794a2ef0fb127a4e457bf74ff427.tar.gz
pacman-d32ef4329cce794a2ef0fb127a4e457bf74ff427.tar.xz
Remove some debug print statements that were left in on accident
Signed-off-by: Dan McGee <dan@archlinux.org>
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);